#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 |
| StepGeom_PointOnCurve::StepGeom_PointOnCurve | ( | ) |
| Handle_StepGeom_Curve StepGeom_PointOnCurve::BasisCurve | ( | ) | const |
| virtual void StepGeom_PointOnCurve::Init | ( | const Handle< TCollection_HAsciiString > & | aName, | |
| const Handle< StepGeom_Curve > & | aBasisCurve, | |||
| const Standard_Real | aPointParameter | |||
| ) | [virtual] |
| virtual void StepGeom_PointOnCurve::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
| Standard_Real StepGeom_PointOnCurve::PointParameter | ( | ) | const |
| void StepGeom_PointOnCurve::SetBasisCurve | ( | const Handle< StepGeom_Curve > & | aBasisCurve | ) |
| void StepGeom_PointOnCurve::SetPointParameter | ( | const Standard_Real | aPointParameter | ) |
1.6.3