Share

Line2d Object


Description

The Line2d object. A Line2d object is infinite. The object created is a transient mathematical object and is not displayed graphically.

Methods

Name Description
Copy Creates a copy of this Line2d object. The result is entirely independent and can be edited without affecting the original Line2d object.
DistanceTo Method that returns the distance to the specified point.
GetLineData Get the data defining this line.
IntersectWithCurve Method that returns Point2d objects that represent the points at the intersection of the Line2d/LineSegment2d and the input curve. Returns Nothing if the curves overlap or are parallel.
PutLineData Method that sets the data defining this line.

Properties

Name Description
Direction Specifies the direction of the line.
Evaluator Gets the Curve2DEvaluator for the line.
RootPoint Specifies the root point of the line.

Accessed From

Line2d.Copy, TransientGeometry.CreateLine2d

Version

Introduced in version 4

Was this information helpful?