#include <PGeom_TrimmedCurve.hxx>
Inheritance diagram for PGeom_TrimmedCurve:
Public Member Functions | |
Standard_EXPORT | PGeom_TrimmedCurve () |
Creates a TrimmedCurve with default values. . | |
Standard_EXPORT | PGeom_TrimmedCurve (const Handle(PGeom_Curve)&aBasisCurve, const Standard_Real aFirstU, const Standard_Real aLastU) |
Creates a TrimmedCurve with these field values. . | |
Standard_EXPORT void | FirstU (const Standard_Real aFirstU) |
Set the value of the field firstU with <afirstu>. . | |
Standard_EXPORT Standard_Real | FirstU () const |
Returns the value of the field firstU. . | |
Standard_EXPORT void | LastU (const Standard_Real aLastU) |
Set the value of the field lastU with <alastu>. . | |
Standard_EXPORT Standard_Real | LastU () const |
Returns the value of the field lastU. . | |
Standard_EXPORT void | BasisCurve (const Handle(PGeom_Curve)&aBasisCurve) |
Set the value of the field basisCurve with <abasiscurve>. This curve can be a trimmed curve. . | |
Standard_EXPORT Handle_PGeom_Curve | BasisCurve () const |
Returns the value of the field basisCurve. This curve can be a trimmed curve. . | |
PGeom_TrimmedCurve (const Storage_stCONSTclCOM &a) | |
Handle (PGeom_Curve) _CSFDB_GetPGeom_TrimmedCurvebasisCurve() const | |
void | _CSFDB_SetPGeom_TrimmedCurvebasisCurve (const Handle(PGeom_Curve)&p) |
Standard_Real | _CSFDB_GetPGeom_TrimmedCurvefirstU () const |
void | _CSFDB_SetPGeom_TrimmedCurvefirstU (const Standard_Real p) |
Standard_Real | _CSFDB_GetPGeom_TrimmedCurvelastU () const |
void | _CSFDB_SetPGeom_TrimmedCurvelastU (const Standard_Real p) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_PGeom_Curve | basisCurve |
Standard_Real | firstU |
Standard_Real | lastU |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PGeom_BoundedCurve. |
|
|
|
|
|
|
|
|
|
|
|
|