#include <GC_MakeLine.hxx>
Inheritance diagram for GC_MakeLine:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GC_MakeLine (const gp_Ax1 &A1) |
Creates a line located in 3D space with the axis placement A1. The Location of A1 is the origin of the line. . | |
Standard_EXPORT | GC_MakeLine (const gp_Lin &L) |
Creates a line from a non persistent line from package gp. . | |
Standard_EXPORT | GC_MakeLine (const gp_Pnt &P, const gp_Dir &V) |
P is the origin and V is the direction of the line. . | |
Standard_EXPORT | GC_MakeLine (const gp_Lin &Lin, const gp_Pnt &Point) |
Make a Line from Geom <thelin> parallel to another Lin <lin> and passing through a Pnt <point>. . | |
Standard_EXPORT | GC_MakeLine (const gp_Pnt &P1, const gp_Pnt &P2) |
Make a Line from Geom <thelin> passing through 2 Pnt <p1>,<p2>. It returns false if <p1> and <p2> are confused. Warning If the points P1 and P2 are coincident (that is, when IsDone returns false), the Status function returns gce_ConfusedPoints. . | |
Standard_EXPORT const Handle_Geom_Line & | Value () const |
Returns the constructed line. Exceptions StdFail_NotDone if no line is constructed. . | |
Standard_EXPORT const Handle_Geom_Line & | Operator () const |
Standard_EXPORT | operator Handle_Geom_Line () const |
Private Attributes | |
Handle_Geom_Line | TheLine |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from GC_Root. |
|
|
|
Reimplemented from GC_Root. |
|
Reimplemented from GC_Root. |
|
|
|
|