Copy |
Creates a copy of this LineSegment2d object.
Creates a copy of this LineSegment2d object. The result is entirely independent and can be edited without affecting the original LineSegment2d object. |
DistanceTo |
Method that returns the distance to the specified point. |
GetLineSegmentData |
Get the data defining this line segment. |
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. |
PutLineSegmentData |
Method that sets the data defining this line segment. |