|
Public Member Functions |
Standard_EXPORT | IGESSolid_PlaneSurface () |
Standard_EXPORT void | Init (const Handle(IGESGeom_Point)&aLocation, const Handle(IGESGeom_Direction)&aNormal, const Handle(IGESGeom_Direction)&refdir) |
| This method is used to set the fields of the class
PlaneSurface
- aLocation : the point on the surface
- aNormal : the surface normal direction
- refdir : the reference direction (default NULL) for
unparameterised curves
.
|
Standard_EXPORT Handle_IGESGeom_Point | LocationPoint () const |
| returns the point on the surface
|
Standard_EXPORT Handle_IGESGeom_Direction | Normal () const |
| returns the normal to the surface
|
Standard_EXPORT Handle_IGESGeom_Direction | ReferenceDir () const |
| returns the reference direction (for parameterised curve)
returns NULL for unparameterised curve
|
Standard_EXPORT Standard_Boolean | IsParametrised () const |
| returns True if parameterised, else False
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Handle_IGESGeom_Point | theLocationPoint |
Handle_IGESGeom_Direction | theNormal |
Handle_IGESGeom_Direction | theRefDir |