Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
gce_MakeLin Class Reference

This class implements the following algorithms used
to create a Lin from gp.
More...

#include <gce_MakeLin.hxx>

Inheritance diagram for gce_MakeLin:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC gce_MakeLin (const gp_Ax1 &A1)
 Creates a line located along the axis A1.

 gce_MakeLin (const gp_Pnt &P, const gp_Dir &V)
 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>.

 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.

const gp_LinValue () const
 Returns the constructed line.
Exceptions StdFail_NotDone is raised if no line is constructed.

const gp_LinOperator () const
 operator gp_Lin () const

Detailed Description


Constructor & Destructor Documentation

is the location point (origin) of the line and
<V> is the direction of the line.

gce_MakeLin::gce_MakeLin ( const gp_Lin Lin,
const gp_Pnt Point 
)

Member Function Documentation

gce_MakeLin::operator gp_Lin ( ) const

The documentation for this class was generated from the following file: