Open CASCADE Technology
6.5.4
|
defines PlaneSurface, Type <190> Form Number <0,1>
in package IGESSolid
A plane surface entity is defined by a point on the
surface and a normal to it.
#include <IGESSolid_PlaneSurface.hxx>
Public Member Functions | |
IGESSolid_PlaneSurface () | |
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 | |
Handle_IGESGeom_Point | LocationPoint () const |
returns the point on the surface | |
Handle_IGESGeom_Direction | Normal () const |
returns the normal to the surface | |
Handle_IGESGeom_Direction | ReferenceDir () const |
returns the reference direction (for parameterised curve) returns NULL for unparameterised curve | |
Standard_Boolean | IsParametrised () const |
returns True if parameterised, else False |
void IGESSolid_PlaneSurface::Init | ( | const Handle< IGESGeom_Point > & | aLocation, |
const Handle< IGESGeom_Direction > & | aNormal, | ||
const Handle< IGESGeom_Direction > & | refdir | ||
) |
Handle_IGESGeom_Point IGESSolid_PlaneSurface::LocationPoint | ( | ) | const |
Handle_IGESGeom_Direction IGESSolid_PlaneSurface::Normal | ( | ) | const |
Handle_IGESGeom_Direction IGESSolid_PlaneSurface::ReferenceDir | ( | ) | const |