Open CASCADE Technology
6.5.4
|
#include <StepGeom_PcurveOrSurface.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | StepGeom_PcurveOrSurface () |
Returns a PcurveOrSurface SelectType | |
Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
Recognizes a PcurveOrSurface Kind Entity that is : 1 -> Pcurve 2 -> Surface 0 else | |
Handle_StepGeom_Pcurve | Pcurve () const |
returns Value as a Pcurve (Null if another type) | |
Handle_StepGeom_Surface | Surface () const |
returns Value as a Surface (Null if another type) |
Standard_Integer StepGeom_PcurveOrSurface::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
Handle_StepGeom_Pcurve StepGeom_PcurveOrSurface::Pcurve | ( | ) | const |
Handle_StepGeom_Surface StepGeom_PcurveOrSurface::Surface | ( | ) | const |