#include <IGESGeom_TrimmedSurface.hxx>
Inheritance diagram for IGESGeom_TrimmedSurface:
Public Member Functions | |
Standard_EXPORT | IGESGeom_TrimmedSurface () |
Standard_EXPORT void | Init (const Handle(IGESData_IGESEntity)&aSurface, const Standard_Integer aFlag, const Handle(IGESGeom_CurveOnSurface)&anOuter, const Handle(IGESGeom_HArray1OfCurveOnSurface)&allInners) |
This method is used to set the fields of the class TrimmedSurface - aSurface : Surface to be trimmed - aFlag : Outer boundary type False = The outer boundary is the boundary of rectangle D which is the domain of the surface to be trimmed True = otherwise - anOuter : Closed curve which constitutes outer boundary - allInners : Array of closed curves which constitute the inner boundary . | |
Standard_EXPORT Handle_IGESData_IGESEntity | Surface () const |
returns the surface to be trimmed | |
Standard_EXPORT Standard_Boolean | HasOuterContour () const |
returns True if outer contour exists | |
Standard_EXPORT Handle_IGESGeom_CurveOnSurface | OuterContour () const |
returns the outer contour of the trimmed surface | |
Standard_EXPORT Standard_Integer | OuterBoundaryType () const |
returns the outer contour type of the trimmed surface 0 : The outer boundary is the boundary of D 1 : otherwise | |
Standard_EXPORT Standard_Integer | NbInnerContours () const |
returns the number of inner boundaries | |
Standard_EXPORT Handle_IGESGeom_CurveOnSurface | InnerContour (const Standard_Integer Index) const |
returns the Index'th inner contour raises exception if Index <= 0 or Index > NbInnerContours() | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IGESData_IGESEntity | theSurface |
Standard_Integer | theFlag |
Handle_IGESGeom_CurveOnSurface | theOuterCurve |
Handle_IGESGeom_HArray1OfCurveOnSurface | theInnerCurves |
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|