#include <StepGeom_PcurveOrSurface.hxx>
Inheritance diagram for StepGeom_PcurveOrSurface:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepGeom_PcurveOrSurface () |
Returns a PcurveOrSurface SelectType . | |
Standard_EXPORT Standard_Integer | CaseNum (const Handle(Standard_Transient)&ent) const |
Recognizes a PcurveOrSurface Kind Entity that is : 1 -> Pcurve 2 -> Surface 0 else . | |
Standard_EXPORT Handle_StepGeom_Pcurve | Pcurve () const |
returns Value as a Pcurve (Null if another type) | |
Standard_EXPORT Handle_StepGeom_Surface | Surface () const |
returns Value as a Surface (Null if another type) |
|
|
|
Implements StepData_SelectType. |
|
Reimplemented from StepData_SelectType. |
|
Reimplemented from StepData_SelectType. |
|
Reimplemented from StepData_SelectType. |
|
|
|
|