Copy |
Creates a copy of this Line object. The result is entirely independent and can be edited without affecting the original Line object. |
DistanceTo |
Method that returns the distance to the specified point. |
GetLineData |
Get the data defining this line. |
IntersectWithCurve |
Method that returns Point objects that represent the points at the intersection of the Line/LineSegment and the input curve. Returns Nothing if the curves overlap or are parallel. |
IntersectWithSurface |
Method that returns Point objects that represent the points at the intersection of the Line/LineSegment and the input surface. Returns Nothing if the Line/LineSegment lies on the surface or it is parallel to the surface. |
PutLineData |
Method that sets the data defining this line. |