#include <IGESGeom_BoundedSurface.hxx>
Inheritance diagram for IGESGeom_BoundedSurface:

Public Member Functions | |
| Standard_EXPORT | IGESGeom_BoundedSurface () |
| Standard_EXPORT void | Init (const Standard_Integer aType, const Handle(IGESData_IGESEntity)&aSurface, const Handle(IGESGeom_HArray1OfBoundary)&allBounds) |
| This method is used to set the fields of the class BoundedSurface - aType : Type of bounded surface representation - aSurface : Surface entity to be bounded - allBounds : Array of boundary entities . | |
| Standard_EXPORT Standard_Integer | RepresentationType () const |
| returns the type of Bounded surface representation 0 = The boundary entities may only reference model space curves 1 = The boundary entities may reference both model space curves and associated parameter space curve representations | |
| Standard_EXPORT Handle_IGESData_IGESEntity | Surface () const |
| returns the bounded surface | |
| Standard_EXPORT Standard_Integer | NbBoundaries () const |
| returns the number of boundaries | |
| Standard_EXPORT Handle_IGESGeom_Boundary | Boundary (const Standard_Integer Index) const |
| returns boundary entity raises exception if Index <= 0 or Index > NbBoundaries() | |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| Standard_Integer | theType |
| Handle_IGESData_IGESEntity | theSurface |
| Handle_IGESGeom_HArray1OfBoundary | theBoundaries |
|
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
1.4.1