#include <gce_MakeLin.hxx>
Inheritance diagram for gce_MakeLin:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | gce_MakeLin (const gp_Ax1 &A1) |
Creates a line located along the axis A1. . | |
Standard_EXPORT | gce_MakeLin (const gp_Pnt &P, const gp_Dir &V) |
is the location point (origin) of the line and <v> is the direction of the line. | |
Standard_EXPORT | gce_MakeLin (const gp_Lin &Lin, const gp_Pnt &Point) |
Make a Lin from gp <thelin> parallel to another Lin <lin> and passing through a Pnt <point>. . | |
Standard_EXPORT | gce_MakeLin (const gp_Pnt &P1, const gp_Pnt &P2) |
Make a Lin from gp <thelin> passing through 2 Pnt <p1>,<p2>. It returns false if <p1> and <p2> are confused. . | |
Standard_EXPORT const gp_Lin & | Value () const |
Returns the constructed line. Exceptions StdFail_NotDone is raised if no line is constructed. . | |
Standard_EXPORT const gp_Lin & | Operator () const |
Standard_EXPORT | operator gp_Lin () const |
Private Attributes | |
gp_Lin | TheLin |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from gce_Root. |
|
|
|
Reimplemented from gce_Root. |
|
Reimplemented from gce_Root. |
|
|
|
|