Open CASCADE Technology
6.5.4
|
#include <StepGeom_PointOnCurve.hxx>
Public Member Functions | |
StepGeom_PointOnCurve () | |
Returns a PointOnCurve | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_Curve > &aBasisCurve, const Standard_Real aPointParameter) |
void | SetBasisCurve (const Handle< StepGeom_Curve > &aBasisCurve) |
Handle_StepGeom_Curve | BasisCurve () const |
void | SetPointParameter (const Standard_Real aPointParameter) |
Standard_Real | PointParameter () const |
Handle_StepGeom_Curve StepGeom_PointOnCurve::BasisCurve | ( | ) | const |
virtual void StepGeom_PointOnCurve::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
virtual void StepGeom_PointOnCurve::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepGeom_Curve > & | aBasisCurve, | ||
const Standard_Real | aPointParameter | ||
) | [virtual] |
void StepGeom_PointOnCurve::SetBasisCurve | ( | const Handle< StepGeom_Curve > & | aBasisCurve | ) |
void StepGeom_PointOnCurve::SetPointParameter | ( | const Standard_Real | aPointParameter | ) |