|
Public Member Functions |
Standard_EXPORT | IGESSolid_Face () |
Standard_EXPORT void | Init (const Handle(IGESData_IGESEntity)&aSurface, const Standard_Boolean outerLoopFlag, const Handle(IGESSolid_HArray1OfLoop)&loops) |
| This method is used to set the fields of the class Face
- aSurface : Pointer to the underlying surface
- outerLoopFlag : True means the first loop is the outer loop
- loops : Array of loops bounding the face
.
|
Standard_EXPORT Handle_IGESData_IGESEntity | Surface () const |
| returns the underlying surface of the face
|
Standard_EXPORT Standard_Integer | NbLoops () const |
| returns the number of the loops bounding the face
|
Standard_EXPORT Standard_Boolean | HasOuterLoop () const |
| checks whether there is an outer loop or not
|
Standard_EXPORT Handle_IGESSolid_Loop | Loop (const Standard_Integer Index) const |
| returns the Index'th loop that bounds the face
raises exception if Index < 0 or Index >= NbLoops
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Handle_IGESData_IGESEntity | theSurface |
Standard_Boolean | hasOuterLoop |
Handle_IGESSolid_HArray1OfLoop | theLoops |