API Reference > OdGe Classes > OdGeLinearEnt2d Class
OdGeLinearEnt2d Class
OdGeLinearEnt2dOdGeLinearEnt2dOdGeLinearEnt2dOdGeLinearEnt2dOdGeLinearEnt2dOdGeLinearEnt2d
Syntax
C++
class OdGeLinearEnt2d : public OdGeCurve2d;

GeLinearEnt2d.h

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

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
Returns a unit vector parallel to this linear entity, and pointing in the direction of increasing parametric value. 
 
Returns a reference to an infinite line colinear with this linear entity.
 
 
Returns a reference to a 2D line perpendicular to this one, and passing through the specified point.
 
 
Returns true and the intersection point, if and only if the specified linear entity intersects with this one.
 
 
Returns true if and only if the specified linear entity is collinear to this one.
 
 
Returns true if and only if the specified linear entity is parallel to this one.
 
 
Returns true if and only if the specified linear entity is perpendicular to this one.
 
 
Determines if two lines overlap and if so returns the line that coincides with their region of overlap.
 
 
Returns an arbitrary point on this linear entity. 
 
Name 
Description 
 
= 
Assignment operator for the OdGeLinearEnt2d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.