The following tables list the members exposed by IMathLine.
Name | Description | |
---|---|---|
![]() | EndPoint | Gets or sets the end point of the bounded mathematical line or the second point on the Ray or InfiniteLine. |
![]() | StartPoint | Gets or sets the starting point of the bounded mathematical line or the Ray or the first point on the InfiniteLine. |
Name | Description | |
---|---|---|
![]() | GetClosestPointTo | Gets the point on the mathematical line that is closest to the specified point. |
![]() | GetClosestPointToCircArc | Gets the point on the mathematical line that is closest to the specified mathematical circular Arc, and gets the point on the specified mathematical circular Arc that is closest to the mathematical line. |
![]() | GetClosestPointToEllipArc | Gets the point on the mathematical line that is closest to the specified mathematical elliptical Arc, and gets the point on the specified mathematical elliptical Arc that is closest to the mathematical line. |
![]() | GetClosestPointToLinearObject | Gets the point on the mathematical line that is closest to the specified linear object, and the gets point on the specified linear object that is closest to the mathematical line. |
![]() | GetDirection | Gets a unit vector that is parallel to this mathematical line, pointing in a positive direction. |
![]() | GetLength | Gets the length of the bounded mathematical line. |
![]() | GetType | Gets the type of this mathematical line. |
![]() | IntersectWithLinearObject | Gets the point where this mathematical line intersects the specified linear object. |
![]() | IntersectWithPlane | Gets the point where this mathematical line intersects with the specified intersecting plane. |
![]() | IsParallelToLine | Gets whether the specified mathematical line is parallel to this mathematical line within the specified tolerance. |
![]() | IsPerpendicularToLine | Gets whether the specified mathematical line is perpendicular to this mathematical line within the specified tolerance. |
![]() | TransformBy | Applies the specified mathematical transformation to this mathematical line. |