#include <IGESSolid_Loop.hxx>
Inheritance diagram for IGESSolid_Loop:
Public Member Functions | |
Standard_EXPORT | IGESSolid_Loop () |
Standard_EXPORT void | Init (const Handle(TColStd_HArray1OfInteger)&types, const Handle(IGESData_HArray1OfIGESEntity)&edges, const Handle(TColStd_HArray1OfInteger)&index, const Handle(TColStd_HArray1OfInteger)&orient, const Handle(TColStd_HArray1OfInteger)&nbParameterCurves, const Handle(IGESBasic_HArray1OfHArray1OfInteger)&isoparametricFlags, const Handle(IGESBasic_HArray1OfHArray1OfIGESEntity)&curves) |
This method is used to set the fields of the class Loop - types : 0 = Edge; 1 = Vertex - edges : Pointer to the EdgeList or VertexList - index : Index of the edge into the EdgeList VertexList entity - orient : Orientation flag of the edge - nbParameterCurves : the number of parameter space curves for each edge - isoparametricFlags : the isoparametric flag of the parameter space curve - curves : the parameter space curves raises exception if length of types, edges, index, orient and nbParameterCurves do not match or the length of isoparametricFlags and curves do not match . | |
Standard_EXPORT Standard_Boolean | IsBound () const |
Tells if a Loop is a Bound (FN 1) else it is free (FN 0) . | |
Standard_EXPORT void | SetBound (const Standard_Boolean bound) |
Sets or Unset the Bound Status (from Form Number) Default is True . | |
Standard_EXPORT Standard_Integer | NbEdges () const |
returns the number of edge tuples | |
Standard_EXPORT Standard_Integer | EdgeType (const Standard_Integer Index) const |
returns the type of Index'th edge (0 = Edge, 1 = Vertex) raises exception if Index <= 0 or Index > NbEdges() | |
Standard_EXPORT Handle_IGESData_IGESEntity | Edge (const Standard_Integer Index) const |
return the EdgeList or VertexList corresponding to the Index raises exception if Index <= 0 or Index > NbEdges() | |
Standard_EXPORT Standard_Boolean | Orientation (const Standard_Integer Index) const |
returns the orientation flag corresponding to Index'th edge raises exception if Index <= 0 or Index > NbEdges() | |
Standard_EXPORT Standard_Integer | NbParameterCurves (const Standard_Integer Index) const |
return the number of parameter space curves associated with Index'th Edge raises exception if Index <= 0 or Index > NbEdges() | |
Standard_EXPORT Standard_Boolean | IsIsoparametric (const Standard_Integer EdgeIndex, const Standard_Integer CurveIndex) const |
Standard_EXPORT Handle_IGESData_IGESEntity | ParametricCurve (const Standard_Integer EdgeIndex, const Standard_Integer CurveIndex) const |
returns the CurveIndex'th parameter space curve associated with EdgeIndex'th edge raises exception if EdgeIndex <= 0 or EdgeIndex > NbEdges() or if CurveIndex <= 0 or CurveIndex > NbParameterCurves(EdgeIndex) | |
Standard_EXPORT Standard_Integer | ListIndex (const Standard_Integer num) const |
raises exception If num <= 0 or num > NbEdges() | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TColStd_HArray1OfInteger | theTypes |
Handle_IGESData_HArray1OfIGESEntity | theEdges |
Handle_TColStd_HArray1OfInteger | theIndex |
Handle_TColStd_HArray1OfInteger | theOrientationFlags |
Handle_TColStd_HArray1OfInteger | theNbParameterCurves |
Handle_IGESBasic_HArray1OfHArray1OfInteger | theIsoparametricFlags |
Handle_IGESBasic_HArray1OfHArray1OfIGESEntity | theCurves |
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|