OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKShHealing
ShapeFix


ShapeFix_Wire Class Reference

This class provides a set of tools for repairing a wire.
.

#include <ShapeFix_Wire.hxx>

Inheritance diagram for ShapeFix_Wire:

Inheritance graph
[legend]

Public Member Functions

Standard_EXPORT ShapeFix_Wire ()
 Empty Constructor, creates clear object with default flags
.
Standard_EXPORT ShapeFix_Wire (const TopoDS_Wire &wire, const TopoDS_Face &face, const Standard_Real prec)
 Create new object with default flags and prepare it for use
(Loads analyzer with all the data for the wire and face)
.
Standard_EXPORT void ClearModes ()
 Sets all modes to default
.
Standard_EXPORT void ClearStatuses ()
 Clears all statuses
.
Standard_EXPORT void Init (const TopoDS_Wire &wire, const TopoDS_Face &face, const Standard_Real prec)
 Load analyzer with all the data for the wire and face
and drops all fixing statuses
.
Standard_EXPORT void Init (const Handle(ShapeAnalysis_Wire)&saw)
 Load analyzer with all the data already prepared
and drops all fixing statuses
If analyzer contains face, there is no need to set it
by SetFace or SetSurface
.
Standard_EXPORT void Load (const TopoDS_Wire &wire)
 Load data for the wire, and drops all fixing statuses
.
Standard_EXPORT void Load (const Handle(ShapeExtend_WireData)&sbwd)
 Load data for the wire, and drops all fixing statuses
.
void SetFace (const TopoDS_Face &face)
 Set working face for the wire
.
void SetSurface (const Handle(Geom_Surface)&surf)
 Set surface for the wire
.
void SetSurface (const Handle(Geom_Surface)&surf, const TopLoc_Location &loc)
 Set surface for the wire
.
virtual Standard_EXPORT void SetPrecision (const Standard_Real prec)
 Set working precision (to root and to analyzer)
.
Standard_Boolean IsLoaded () const
 Tells if the wire is loaded
.
Standard_Boolean IsReady () const
 Tells if the wire and face are loaded
.
Standard_EXPORT Standard_Integer NbEdges () const
 returns number of edges in the working wire

TopoDS_Wire Wire () const
 Makes the resulting Wire (by basic Brep_Builder)
.
TopoDS_Wire WireAPIMake () const
 Makes the resulting Wire (by BRepAPI_MakeWire)
.
Standard_EXPORT Handle_ShapeAnalysis_Wire Analyzer () const
 returns field Analyzer (working tool)

const Handle_ShapeExtend_WireData & WireData () const
 returns working wire

const TopoDS_Face & Face () const
 returns working face (Analyzer.Face())

Standard_BooleanModifyTopologyMode ()
 Returns (modifiable) the flag which defines whether it is
allowed to modify topology of the wire during fixing
(adding/removing edges etc.)
.
Standard_BooleanModifyGeometryMode ()
 Returns (modifiable) the flag which defines whether the Fix..()
methods are allowed to modify geometry of the edges and vertices
.
Standard_Integer & ModifyRemoveLoopMode ()
 Returns (modifiable) the flag which defines whether the Fix..()
methods are allowed to modify RemoveLoop of the edges
.
Standard_BooleanClosedWireMode ()
 Returns (modifiable) the flag which defines whether the wire
is to be closed (by calling methods like FixDegenerated()
and FixConnected() for last and first edges).
.
Standard_BooleanPreferencePCurveMode ()
 Returns (modifiable) the flag which defines whether the 2d (True)
representation of the wire is preferable over 3d one (in the
case of ambiguity in FixEdgeCurves).
.
Standard_BooleanFixGapsByRangesMode ()
 Returns (modifiable) the flag which defines whether tool
tries to fix gaps first by changing curves ranges (i.e.
using intersection, extrema, projections) or not.
.
Standard_Integer & FixReorderMode ()
Standard_Integer & FixSmallMode ()
Standard_Integer & FixConnectedMode ()
Standard_Integer & FixEdgeCurvesMode ()
Standard_Integer & FixDegeneratedMode ()
Standard_Integer & FixSelfIntersectionMode ()
Standard_Integer & FixLackingMode ()
Standard_Integer & FixGaps3dMode ()
Standard_Integer & FixGaps2dMode ()
 Returns (modifiable) the flag for corresponding Fix..() method
which defines whether this method will be called from the
method APIFix():
-1 default
1 method will be called
0 method will not be called
.
Standard_Integer & FixReversed2dMode ()
Standard_Integer & FixRemovePCurveMode ()
Standard_Integer & FixAddPCurveMode ()
Standard_Integer & FixRemoveCurve3dMode ()
Standard_Integer & FixAddCurve3dMode ()
Standard_Integer & FixSeamMode ()
Standard_Integer & FixShiftedMode ()
Standard_Integer & FixSameParameterMode ()
Standard_Integer & FixVertexToleranceMode ()
Standard_Integer & FixNotchedEdgesMode ()
Standard_Integer & FixSelfIntersectingEdgeMode ()
Standard_Integer & FixIntersectingEdgesMode ()
Standard_Integer & FixNonAdjacentIntersectingEdgesMode ()
 Returns (modifiable) the flag for corresponding Fix..() method
which defines whether this method will be called from the
corresponding Fix..() method of the public level:
-1 default
1 method will be called
0 method will not be called
.
Standard_EXPORT Standard_Boolean Perform ()
 This method performs all the available fixes.
If some fix is turned on or off explicitly by the Fix..Mode() flag,
this fix is either called or not depending on that flag.
Else (i.e. if flag is default) fix is called depending on the
situation: some fixes are not called or are limited if order of
edges in the wire is not OK, or depending on modes
.
Standard_EXPORT Standard_Boolean FixReorder ()
 Performs an analysis and reorders edges in the wire using
class WireOrder
.
Standard_EXPORT Standard_Integer FixSmall (const Standard_Boolean lockvtx, const Standard_Real precsmall=0.0)
 Applies FixSmall(num) to all edges in the wire
.
Standard_EXPORT Standard_Boolean FixConnected (const Standard_Real prec=-1.0)
 Applies FixConnected(num) to all edges in the wire
Connection between first and last edges is treated only if
flag ClosedMode is True
If <prec> is -1 then MaxTolerance() is taken.
.
Standard_EXPORT Standard_Boolean FixEdgeCurves ()
 Groups the fixes dealing with 3d and pcurves of the edges.
The order of the fixes and the default behaviour are:
ShapeFix_Edge::FixReversed2d
ShapeFix_Edge::FixRemovePCurve (only if forced)
ShapeFix_Edge::FixAddPCurve
ShapeFix_Edge::FixRemoveCurve3d (only if forced)
ShapeFix_Edge::FixAddCurve3d
FixSeam,
FixShifted,
ShapeFix_Edge::FixSameParameter
.
Standard_EXPORT Standard_Boolean FixDegenerated ()
 Applies FixDegenerated(num) to all edges in the wire
Connection between first and last edges is treated only if
flag ClosedMode is True
.
Standard_EXPORT Standard_Boolean FixSelfIntersection ()
 Applies FixSelfIntersectingEdge(num) and
FixIntersectingEdges(num) to all edges in the wire and
FixIntersectingEdges(num1, num2) for all pairs num1 and num2
such that num2 >= num1 + 2
and removes wrong edges if any
.
Standard_EXPORT Standard_Boolean FixLacking (const Standard_Boolean force=Standard_False)
 Applies FixLacking(num) to all edges in the wire
Connection between first and last edges is treated only if
flag ClosedMode is True
If <force> is False (default), test for connectness is done with
precision of vertex between edges, else it is done with minimal
value of vertex tolerance and Analyzer.Precision().
Hence, <force> will lead to inserting lacking edges in replacement
of vertices which have big tolerances.
.
Standard_EXPORT Standard_Boolean FixClosed (const Standard_Real prec=-1.0)
 Fixes a wire to be well closed
It performs FixConnected, FixDegenerated and FixLacking between
last and first edges (independingly on flag ClosedMode and modes
for these fixings)
If <prec> is -1 then MaxTolerance() is taken.
.
Standard_EXPORT Standard_Boolean FixGaps3d ()
 Fixes gaps between ends of 3d curves on adjacent edges
myPrecision is used to detect the gaps.
.
Standard_EXPORT Standard_Boolean FixGaps2d ()
 Fixes gaps between ends of pcurves on adjacent edges
myPrecision is used to detect the gaps.
.
Standard_EXPORT Standard_Boolean FixReorder (const ShapeAnalysis_WireOrder &wi)
 Reorder edges in the wire as determined by WireOrder
that should be filled and computed before
.
Standard_EXPORT Standard_Boolean FixSmall (const Standard_Integer num, const Standard_Boolean lockvtx, const Standard_Real precsmall)
 Fixes Null Length Edge to be removed
If an Edge has Null Length (regarding preci, or <precsmall>
- what is smaller), it should be removed
It can be with no problem if its two vertices are the same
Else, if lockvtx is False, it is removed and its end vertex
is put on the preceeding edge
But if lockvtx is True, this edge must be kept ...
.
Standard_EXPORT Standard_Boolean FixConnected (const Standard_Integer num, const Standard_Real prec)
 Fixes connected edges (preceeding and current)
Forces Vertices (end of preceeding-begin of current) to be
the same one
Tests with starting preci or, if given greater, <prec>
If <prec> is -1 then MaxTolerance() is taken.
.
Standard_EXPORT Standard_Boolean FixSeam (const Standard_Integer num)
 Fixes a seam edge
A Seam edge has two pcurves, one for forward. one for reversed
The forward pcurve must be set as first
.
Standard_EXPORT Standard_Boolean FixShifted ()
 Fixes edges which have pcurves shifted by whole parameter
range on the closed surface (the case may occur if pcurve
of edge was computed by projecting 3d curve, which goes
along the seam).
It compares each two consequent edges and tries to connect them
if distance between ends is near to range of the surface.
It also can detect and fix the case if all pcurves are connected,
but lie out of parametric bounds of the surface.
In addition to FixShifted from ShapeFix_Wire, more
sophisticated check of degenerate points is performed,
and special cases like sphere given by two meridians
are treated.
.
Standard_EXPORT Standard_Boolean FixDegenerated (const Standard_Integer num)
 Fixes Degenerated Edge
Checks an <num-th> edge or a point between <num>th-1 and <num>th
edges for a singularity on a supporting surface.
If singularity is detected, either adds new degenerated edge
(before <num>th), or makes <num>th edge to be degenerated.
.
Standard_EXPORT Standard_Boolean FixLacking (const Standard_Integer num, const Standard_Boolean force=Standard_False)
 Fixes Lacking Edge
Test if two adjucent edges are disconnected in 2d (while
connected in 3d), and in that case either increase tolerance
of the vertex or add a new edge (straight in 2d space), in
order to close wire in 2d.
Returns True if edge was added or tolerance was increased.
.
Standard_EXPORT Standard_Boolean FixNotchedEdges ()
Standard_EXPORT Standard_Boolean FixGap3d (const Standard_Integer num, const Standard_Boolean convert=Standard_False)
 Fixes gap between ends of 3d curves on num-1 and num-th edges.
myPrecision is used to detect the gap.
If convert is True, converts curves to bsplines to bend.
.
Standard_EXPORT Standard_Boolean FixGap2d (const Standard_Integer num, const Standard_Boolean convert=Standard_False)
 Fixes gap between ends of pcurves on num-1 and num-th edges.
myPrecision is used to detect the gap.
If convert is True, converts pcurves to bsplines to bend.
.
Standard_Boolean StatusReorder (const ShapeExtend_Status status) const
Standard_Boolean StatusSmall (const ShapeExtend_Status status) const
Standard_Boolean StatusConnected (const ShapeExtend_Status status) const
Standard_Boolean StatusEdgeCurves (const ShapeExtend_Status status) const
Standard_Boolean StatusDegenerated (const ShapeExtend_Status status) const
Standard_Boolean StatusSelfIntersection (const ShapeExtend_Status status) const
Standard_Boolean StatusLacking (const ShapeExtend_Status status) const
Standard_Boolean StatusClosed (const ShapeExtend_Status status) const
Standard_Boolean StatusGaps3d (const ShapeExtend_Status status) const
Standard_Boolean StatusGaps2d (const ShapeExtend_Status status) const
Standard_Boolean StatusNotches (const ShapeExtend_Status status) const
Standard_Boolean StatusRemovedSegment () const
 Querying the status of perfomed API fixing procedures
Each Status..() methods gives information about the last call to
the corresponding Fix..() method of API level:
OK : no problems detected; nothing done
DONE: some problem(s) was(were) detected and successfully fixed
FAIL: some problem(s) cannot be fixed
.
Standard_Boolean LastFixStatus (const ShapeExtend_Status status) const
 Queries the status of last call to methods Fix... of
advanced level
For details see corresponding methods; universal statuses are:
OK : problem not detected; nothing done
DONE: problem was detected and successfully fixed
FAIL: problem cannot be fixed
.
Handle_ShapeFix_Edge FixEdgeTool () const
 Returns tool for fixing wires.
.
Standard_EXPORT const Handle (Standard_Type)&DynamicType() const

Protected Member Functions

Standard_EXPORT void UpdateWire ()
 Updates WireData if some replacements are made
This is necessary for wires (unlike other shape types)
since one edge can present in wire several times
.

Protected Attributes

Handle_ShapeFix_Edge myFixEdge
Handle_ShapeAnalysis_Wire myAnalyzer
Standard_Boolean myGeomMode
Standard_Boolean myTopoMode
Standard_Boolean myClosedMode
Standard_Boolean myPreference2d
Standard_Boolean myFixGapsByRanges
Standard_Integer myFixReversed2dMode
Standard_Integer myFixRemovePCurveMode
Standard_Integer myFixAddPCurveMode
Standard_Integer myFixRemoveCurve3dMode
Standard_Integer myFixAddCurve3dMode
Standard_Integer myFixSeamMode
Standard_Integer myFixShiftedMode
Standard_Integer myFixSameParameterMode
Standard_Integer myFixVertexToleranceMode
Standard_Integer myFixNotchedEdgesMode
Standard_Integer myFixSelfIntersectingEdgeMode
Standard_Integer myFixIntersectingEdgesMode
Standard_Integer myFixNonAdjacentIntersectingEdgesMode
Standard_Integer myRemoveLoopMode
Standard_Integer myFixReorderMode
Standard_Integer myFixSmallMode
Standard_Integer myFixConnectedMode
Standard_Integer myFixEdgeCurvesMode
Standard_Integer myFixDegeneratedMode
Standard_Integer myFixSelfIntersectionMode
Standard_Integer myFixLackingMode
Standard_Integer myFixGaps3dMode
Standard_Integer myFixGaps2dMode
Standard_Integer myLastFixStatus
Standard_Integer myStatusReorder
Standard_Integer myStatusSmall
Standard_Integer myStatusConnected
Standard_Integer myStatusEdgeCurves
Standard_Integer myStatusDegenerated
Standard_Integer myStatusClosed
Standard_Integer myStatusSelfIntersection
Standard_Integer myStatusLacking
Standard_Integer myStatusGaps3d
Standard_Integer myStatusGaps2d
Standard_Boolean myStatusRemovedSegment
Standard_Integer myStatusNotches

Private Member Functions

Standard_EXPORT Standard_Boolean FixSelfIntersectingEdge (const Standard_Integer num)
 Detect and fix self-intersecting pcurve of edge <num>.
Fix is made by one of two methods:
- cut out the self-intersection loop on pcurve (thus
producing C0 pcurve). This also increases tolerance of edge
in order to satisfy SameParameter requirement.
- increase tolerance of the vertex of edge nearest to the
self-intersection point so that it comprises that point.
The first method is considered only if ModifyGeometryMode
is True. In that case, the method which requires less
increasing of tolerance is selected.
.
Standard_EXPORT Standard_Boolean FixIntersectingEdges (const Standard_Integer num)
 Test if two consequent edges are intersecting and fix it
by increasing of tolerance of vertex between edges,
shifting this vertex to the point of intersection,
cutting edges to the intersection point.
It also can give signal to remove edge if it whole is cut by
intersection (if flag ModifyTopologyMode is set).
.
Standard_EXPORT Standard_Boolean FixIntersectingEdges (const Standard_Integer num1, const Standard_Integer num2)
 Tests if two edges <num1> and <num2> are intersecting and
fix intersection by increasing of tolerance of vertex
nearest to the point of intersection.
.
Standard_EXPORT void FixDummySeam (const Standard_Integer num)

Constructor & Destructor Documentation

Standard_EXPORT ShapeFix_Wire::ShapeFix_Wire  ) 
 

Standard_EXPORT ShapeFix_Wire::ShapeFix_Wire const TopoDS_Wire &  wire,
const TopoDS_Face &  face,
const Standard_Real  prec
 


Member Function Documentation

Standard_EXPORT Handle_ShapeAnalysis_Wire ShapeFix_Wire::Analyzer  )  const
 

Standard_EXPORT void ShapeFix_Wire::ClearModes  ) 
 

Standard_EXPORT void ShapeFix_Wire::ClearStatuses  ) 
 

Standard_Boolean & ShapeFix_Wire::ClosedWireMode  )  [inline]
 

const TopoDS_Face & ShapeFix_Wire::Face  )  const [inline]
 

Standard_Integer & ShapeFix_Wire::FixAddCurve3dMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixAddPCurveMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixClosed const Standard_Real  prec = -1.0  ) 
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixConnected const Standard_Integer  num,
const Standard_Real  prec
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixConnected const Standard_Real  prec = -1.0  ) 
 

Standard_Integer & ShapeFix_Wire::FixConnectedMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixDegenerated const Standard_Integer  num  ) 
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixDegenerated  ) 
 

Standard_Integer & ShapeFix_Wire::FixDegeneratedMode  )  [inline]
 

Standard_EXPORT void ShapeFix_Wire::FixDummySeam const Standard_Integer  num  )  [private]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixEdgeCurves  ) 
 

Standard_Integer & ShapeFix_Wire::FixEdgeCurvesMode  )  [inline]
 

Handle_ShapeFix_Edge ShapeFix_Wire::FixEdgeTool  )  const
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixGap2d const Standard_Integer  num,
const Standard_Boolean  convert = Standard_False
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixGap3d const Standard_Integer  num,
const Standard_Boolean  convert = Standard_False
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixGaps2d  ) 
 

Standard_Integer & ShapeFix_Wire::FixGaps2dMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixGaps3d  ) 
 

Standard_Integer & ShapeFix_Wire::FixGaps3dMode  )  [inline]
 

Standard_Boolean & ShapeFix_Wire::FixGapsByRangesMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixIntersectingEdges const Standard_Integer  num1,
const Standard_Integer  num2
[private]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixIntersectingEdges const Standard_Integer  num  )  [private]
 

Standard_Integer & ShapeFix_Wire::FixIntersectingEdgesMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixLacking const Standard_Integer  num,
const Standard_Boolean  force = Standard_False
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixLacking const Standard_Boolean  force = Standard_False  ) 
 

Standard_Integer & ShapeFix_Wire::FixLackingMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixNonAdjacentIntersectingEdgesMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixNotchedEdges  ) 
 

Standard_Integer & ShapeFix_Wire::FixNotchedEdgesMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixRemoveCurve3dMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixRemovePCurveMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixReorder const ShapeAnalysis_WireOrder wi  ) 
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixReorder  ) 
 

Standard_Integer & ShapeFix_Wire::FixReorderMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixReversed2dMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixSameParameterMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixSeam const Standard_Integer  num  ) 
 

Standard_Integer & ShapeFix_Wire::FixSeamMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixSelfIntersectingEdge const Standard_Integer  num  )  [private]
 

Standard_Integer & ShapeFix_Wire::FixSelfIntersectingEdgeMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixSelfIntersection  ) 
 

Standard_Integer & ShapeFix_Wire::FixSelfIntersectionMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixShifted  ) 
 

Standard_Integer & ShapeFix_Wire::FixShiftedMode  )  [inline]
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::FixSmall const Standard_Integer  num,
const Standard_Boolean  lockvtx,
const Standard_Real  precsmall
 

Standard_EXPORT Standard_Integer ShapeFix_Wire::FixSmall const Standard_Boolean  lockvtx,
const Standard_Real  precsmall = 0.0
 

Standard_Integer & ShapeFix_Wire::FixSmallMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::FixVertexToleranceMode  )  [inline]
 

Standard_EXPORT const ShapeFix_Wire::Handle Standard_Type   )  const
 

Reimplemented from ShapeFix_Root.

Standard_EXPORT void ShapeFix_Wire::Init const Handle(ShapeAnalysis_Wire)&  saw  ) 
 

Standard_EXPORT void ShapeFix_Wire::Init const TopoDS_Wire &  wire,
const TopoDS_Face &  face,
const Standard_Real  prec
 

Standard_Boolean ShapeFix_Wire::IsLoaded  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::IsReady  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::LastFixStatus const ShapeExtend_Status  status  )  const [inline]
 

Standard_EXPORT void ShapeFix_Wire::Load const Handle(ShapeExtend_WireData)&  sbwd  ) 
 

Standard_EXPORT void ShapeFix_Wire::Load const TopoDS_Wire &  wire  ) 
 

Standard_Boolean & ShapeFix_Wire::ModifyGeometryMode  )  [inline]
 

Standard_Integer & ShapeFix_Wire::ModifyRemoveLoopMode  )  [inline]
 

Standard_Boolean & ShapeFix_Wire::ModifyTopologyMode  )  [inline]
 

Standard_EXPORT Standard_Integer ShapeFix_Wire::NbEdges  )  const
 

Standard_EXPORT Standard_Boolean ShapeFix_Wire::Perform  ) 
 

Standard_Boolean & ShapeFix_Wire::PreferencePCurveMode  )  [inline]
 

void ShapeFix_Wire::SetFace const TopoDS_Face &  face  )  [inline]
 

virtual Standard_EXPORT void ShapeFix_Wire::SetPrecision const Standard_Real  prec  )  [virtual]
 

Reimplemented from ShapeFix_Root.

void ShapeFix_Wire::SetSurface const Handle(Geom_Surface)&  surf,
const TopLoc_Location &  loc
[inline]
 

void ShapeFix_Wire::SetSurface const Handle(Geom_Surface)&  surf  )  [inline]
 

Standard_Boolean ShapeFix_Wire::StatusClosed const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusConnected const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusDegenerated const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusEdgeCurves const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusGaps2d const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusGaps3d const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusLacking const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusNotches const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusRemovedSegment  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusReorder const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusSelfIntersection const ShapeExtend_Status  status  )  const [inline]
 

Standard_Boolean ShapeFix_Wire::StatusSmall const ShapeExtend_Status  status  )  const [inline]
 

Standard_EXPORT void ShapeFix_Wire::UpdateWire  )  [protected]
 

TopoDS_Wire ShapeFix_Wire::Wire  )  const [inline]
 

TopoDS_Wire ShapeFix_Wire::WireAPIMake  )  const [inline]
 

const Handle_ShapeExtend_WireData& ShapeFix_Wire::WireData  )  const
 


Field Documentation

Handle_ShapeAnalysis_Wire ShapeFix_Wire::myAnalyzer [protected]
 

Standard_Boolean ShapeFix_Wire::myClosedMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixAddCurve3dMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixAddPCurveMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixConnectedMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixDegeneratedMode [protected]
 

Handle_ShapeFix_Edge ShapeFix_Wire::myFixEdge [protected]
 

Standard_Integer ShapeFix_Wire::myFixEdgeCurvesMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixGaps2dMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixGaps3dMode [protected]
 

Standard_Boolean ShapeFix_Wire::myFixGapsByRanges [protected]
 

Standard_Integer ShapeFix_Wire::myFixIntersectingEdgesMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixLackingMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixNonAdjacentIntersectingEdgesMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixNotchedEdgesMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixRemoveCurve3dMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixRemovePCurveMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixReorderMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixReversed2dMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixSameParameterMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixSeamMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixSelfIntersectingEdgeMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixSelfIntersectionMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixShiftedMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixSmallMode [protected]
 

Standard_Integer ShapeFix_Wire::myFixVertexToleranceMode [protected]
 

Standard_Boolean ShapeFix_Wire::myGeomMode [protected]
 

Standard_Integer ShapeFix_Wire::myLastFixStatus [protected]
 

Standard_Boolean ShapeFix_Wire::myPreference2d [protected]
 

Standard_Integer ShapeFix_Wire::myRemoveLoopMode [protected]
 

Standard_Integer ShapeFix_Wire::myStatusClosed [protected]
 

Standard_Integer ShapeFix_Wire::myStatusConnected [protected]
 

Standard_Integer ShapeFix_Wire::myStatusDegenerated [protected]
 

Standard_Integer ShapeFix_Wire::myStatusEdgeCurves [protected]
 

Standard_Integer ShapeFix_Wire::myStatusGaps2d [protected]
 

Standard_Integer ShapeFix_Wire::myStatusGaps3d [protected]
 

Standard_Integer ShapeFix_Wire::myStatusLacking [protected]
 

Standard_Integer ShapeFix_Wire::myStatusNotches [protected]
 

Standard_Boolean ShapeFix_Wire::myStatusRemovedSegment [protected]
 

Standard_Integer ShapeFix_Wire::myStatusReorder [protected]
 

Standard_Integer ShapeFix_Wire::myStatusSelfIntersection [protected]
 

Standard_Integer ShapeFix_Wire::myStatusSmall [protected]
 

Standard_Boolean ShapeFix_Wire::myTopoMode [protected]
 


The documentation for this class was generated from the following files:
Generated on Mon Aug 25 13:42:41 2008 for OpenCASCADE by  doxygen 1.4.1