API Reference > OdGe Classes > OdGeLinearEnt3d Class
OdGeLinearEnt3d Class
OdGeLinearEnt3dOdGeLinearEnt3dOdGeLinearEnt3dOdGeLinearEnt3dOdGeLinearEnt3dOdGeLinearEnt3d
Syntax
C++
class OdGeLinearEnt3d : public OdGeCurve3d;

GeLinearEnt3d.h

This class is the base class for OdGe 3D linear entities. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
Returns a unit vector parallel to this line, and pointing in the direction of increasing parametric value. 
 
Returns a reference to an infinite line collinear with this one.
 
 
Returns a plane, containing the specified point, perpendicular to this line.
 
 
This is the overview for the intersectWith method overload. 
 
Returns true if and only if the specified line is collinear with this one.
 
 
isOn 
Determines if this line lies on the specified plane considering the tolerance.
 
 
This is the overview for the isParallelTo method overload. 
 
This is the overview for the isPerpendicularTo method overload. 
 
Determines if two lines overlap and if so returns the line that coincides with their region of overlap.
 
 
Returns an arbitrary point on this line. 
 
Returns the projected intersection of the specified line with this line.
 
 
Name 
Description 
 
= 
Assignment operator for the OdGeLinearEnt3d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.