Public Member Functions |
GeomFill_PipeError | GetStatus () const |
| Return a error status, if the status is not PipeOk then
it exist a parameter tlike the law is not valuable for t.
|
virtual void | TransformInG0Law () |
| Apply a linear transformation on each law, to have
continuity of the global law beetween the edges.
|
virtual void | TransformInCompatibleLaw (const Standard_Real AngularTolerance) |
| Apply a linear transformation on each law, to reduce
the dicontinuities of law at one rotation.
|
void | DeleteTransform () |
Standard_Integer | NbHoles (const Standard_Real Tol=1.0e-7) |
void | Holes (TColStd_Array1OfInteger &Interval) const |
Standard_Integer | NbLaw () const |
| Return the number of elementary Law
|
const Handle_GeomFill_LocationLaw & | Law (const Standard_Integer Index) const |
| Return the elementary Law of rank <Index>
<Index> have to be in [1, NbLaw()]
|
const TopoDS_Wire & | Wire () const |
| return the path
|
const TopoDS_Edge & | Edge (const Standard_Integer Index) const |
| Return the Edge of rank <Index> in the path
<Index> have to be in [1, NbLaw()]
|
TopoDS_Vertex | Vertex (const Standard_Integer Index) const |
| Return the vertex of rank <Index> in the path
<Index> have to be in [0, NbLaw()]
|
void | PerformVertex (const Standard_Integer Index, const TopoDS_Vertex &InputVertex, const Standard_Real TolMin, TopoDS_Vertex &OutputVertex, const Standard_Integer Location=0) const |
| Compute <OutputVertex> like a transformation of
<InputVertex> the transformation is given by
evaluation of the location law in the vertex of
rank <Index>.
<Location> is used to manage discontinuities :
|
void | CurvilinearBounds (const Standard_Integer Index, Standard_Real &First, Standard_Real &Last) const |
| Return the Curvilinear Bounds of the <Index> Law
|
Standard_Boolean | IsClosed () const |
Standard_Integer | IsG1 (const Standard_Integer Index, const Standard_Real SpatialTolerance=1.0e-7, const Standard_Real AngularTolerance=1.0e-4) const |
| Compute the Law's continuity beetween 2 edges of the path
The result can be :
|
void | D0 (const Standard_Real Abscissa, TopoDS_Shape &Section) |
| Apply the Law to a shape, for a given Curnilinear abscissa
|
void | Parameter (const Standard_Real Abscissa, Standard_Integer &Index, Standard_Real &Param) |
| Find the index Law and the parmaeter, for a given
Curnilinear abscissa
|
Standard_Real | Abscissa (const Standard_Integer Index, const Standard_Real Param) |
| Return the curvilinear abscissa corresponding to a point
of the path, defined by <Index> of Edge and a
parameter on the edge.
|
Protected Member Functions |
void | Init (const TopoDS_Wire &Path) |
| Initialize all the fields, this methode have to
be called by the constructors of Inherited class.
|
void | TangentIsMain () |
| To preseve if possible the Tangent in transformations
It is the default mode.
|
void | NormalIsMain () |
| To preseve if possible the Normal in transformations
|
void | BiNormalIsMain () |
| To preseve if possible the BiNormal in transformations
|
Protected Attributes |
TopoDS_Wire | myPath |
Standard_Real | myTol |
Handle_GeomFill_HArray1OfLocationLaw | myLaws |
Handle_TColStd_HArray1OfReal | myLength |
Handle_TopTools_HArray1OfShape | myEdges |
Handle_TColStd_HArray1OfInteger | myDisc |