#include <PBRep_CurveOnSurface.hxx>
Inheritance diagram for PBRep_CurveOnSurface:
Public Member Functions | |
Standard_EXPORT | PBRep_CurveOnSurface (const Handle(PGeom2d_Curve)&PC, const Standard_Real CF, const Standard_Real CL, const Handle(PGeom_Surface)&S, const PTopLoc_Location &L) |
CF is curve first parameter CL is curve last parameter As far as they can't be computed from a Persistent Curve they are given in the CurveOnSurface constructor . | |
Standard_EXPORT Handle_PGeom_Surface | Surface () const |
Standard_EXPORT Handle_PGeom2d_Curve | PCurve () const |
virtual Standard_EXPORT Standard_Boolean | IsCurveOnSurface () const |
Returns True. . | |
Standard_EXPORT void | SetUVPoints (const gp_Pnt2d &Pnt1, const gp_Pnt2d &Pnt2) |
Standard_EXPORT gp_Pnt2d | FirstUV () const |
Standard_EXPORT gp_Pnt2d | LastUV () const |
PBRep_CurveOnSurface () | |
PBRep_CurveOnSurface (const Storage_stCONSTclCOM &a) | |
Handle (PGeom2d_Curve) _CSFDB_GetPBRep_CurveOnSurfacemyPCurve() const | |
void | _CSFDB_SetPBRep_CurveOnSurfacemyPCurve (const Handle(PGeom2d_Curve)&p) |
Handle (PGeom_Surface) _CSFDB_GetPBRep_CurveOnSurfacemySurface() const | |
void | _CSFDB_SetPBRep_CurveOnSurfacemySurface (const Handle(PGeom_Surface)&p) |
const gp_Pnt2d & | _CSFDB_GetPBRep_CurveOnSurfacemyUV1 () const |
const gp_Pnt2d & | _CSFDB_GetPBRep_CurveOnSurfacemyUV2 () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_PGeom2d_Curve | myPCurve |
Handle_PGeom_Surface | mySurface |
gp_Pnt2d | myUV1 |
gp_Pnt2d | myUV2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PBRep_GCurve. Reimplemented in PBRep_CurveOnClosedSurface. |
|
|
|
Reimplemented in PBRep_CurveOnClosedSurface. |
|
Reimplemented from PBRep_CurveRepresentation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|