#include <GC_MakeSegment.hxx>
Inheritance diagram for GC_MakeSegment:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GC_MakeSegment (const gp_Pnt &P1, const gp_Pnt &P2) |
Make a segment of Line from the 2 points <p1> and <p2>. It returns NullObject if <p1> and <p2> are confused. . | |
Standard_EXPORT | GC_MakeSegment (const gp_Lin &Line, const Standard_Real U1, const Standard_Real U2) |
Make a segment of Line from the line <line1> between the two parameters U1 and U2. It returns NullObject if <u1> is equal <u2>. . | |
Standard_EXPORT | GC_MakeSegment (const gp_Lin &Line, const gp_Pnt &Point, const Standard_Real Ulast) |
Make a segment of Line from the line <line1> between the point <point> and the parameter Ulast. It returns NullObject if <u1> is equal <u2>. . | |
Standard_EXPORT | GC_MakeSegment (const gp_Lin &Line, const gp_Pnt &P1, const gp_Pnt &P2) |
Make a segment of Line from the line <line1> between the two points <p1> and <p2>. It returns NullObject if <u1> is equal <u2>. . | |
Standard_EXPORT const Handle_Geom_TrimmedCurve & | Value () const |
Returns the constructed line segment. . | |
Standard_EXPORT const Handle_Geom_TrimmedCurve & | Operator () const |
Standard_EXPORT | operator Handle_Geom_TrimmedCurve () const |
Private Attributes | |
Handle_Geom_TrimmedCurve | TheSegment |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from GC_Root. |
|
|
|
Reimplemented from GC_Root. |
|
Reimplemented from GC_Root. |
|
|
|
|