Open CASCADE Technology 6.6.0
|
#include <PGeom2d_OffsetCurve.hxx>
Public Member Functions | |
PGeom2d_OffsetCurve () | |
Creates an OffsetCurve with default values. | |
PGeom2d_OffsetCurve (const Handle< PGeom2d_Curve > &aBasisCurve, const Standard_Real aOffsetValue) | |
<aBasisCurve> is the basis curve, <aOffsetValue> is the distance between <me> and the basis curve at any point. <aOffsetDirection> defines the fixed reference direction (offset direction). | |
void | BasisCurve (const Handle< PGeom2d_Curve > &aBasisCurve) |
Set the field basisCurve with <aBasisCurve>. | |
Handle_PGeom2d_Curve | BasisCurve () const |
The basis curve can be an offset curve. | |
void | OffsetValue (const Standard_Real aOffsetValue) |
Set the field offsetValue with <aOffsetValue>. | |
Standard_Real | OffsetValue () const |
Returns the value of the field offsetValue. | |
PGeom2d_OffsetCurve (const Storage_stCONSTclCOM &a) | |
Handle< PGeom2d_Curve > | _CSFDB_GetPGeom2d_OffsetCurvebasisCurve () const |
void | _CSFDB_SetPGeom2d_OffsetCurvebasisCurve (const Handle< PGeom2d_Curve > &p) |
Standard_Real | _CSFDB_GetPGeom2d_OffsetCurveoffsetValue () const |
void | _CSFDB_SetPGeom2d_OffsetCurveoffsetValue (const Standard_Real p) |
PGeom2d_OffsetCurve::PGeom2d_OffsetCurve | ( | ) |
PGeom2d_OffsetCurve::PGeom2d_OffsetCurve | ( | const Handle< PGeom2d_Curve > & | aBasisCurve, |
const Standard_Real | aOffsetValue | ||
) |
PGeom2d_OffsetCurve::PGeom2d_OffsetCurve | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
Handle< PGeom2d_Curve > PGeom2d_OffsetCurve::_CSFDB_GetPGeom2d_OffsetCurvebasisCurve | ( | ) | const [inline] |
Standard_Real PGeom2d_OffsetCurve::_CSFDB_GetPGeom2d_OffsetCurveoffsetValue | ( | ) | const [inline] |
void PGeom2d_OffsetCurve::_CSFDB_SetPGeom2d_OffsetCurvebasisCurve | ( | const Handle< PGeom2d_Curve > & | p | ) | [inline] |
void PGeom2d_OffsetCurve::_CSFDB_SetPGeom2d_OffsetCurveoffsetValue | ( | const Standard_Real | p | ) | [inline] |
Handle_PGeom2d_Curve PGeom2d_OffsetCurve::BasisCurve | ( | ) | const |
void PGeom2d_OffsetCurve::BasisCurve | ( | const Handle< PGeom2d_Curve > & | aBasisCurve | ) |
Standard_Real PGeom2d_OffsetCurve::OffsetValue | ( | ) | const |
void PGeom2d_OffsetCurve::OffsetValue | ( | const Standard_Real | aOffsetValue | ) |