IMathLine Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IMathLine.

Public Properties

 NameDescription
 PropertyEndPointGets or sets the end point of the bounded mathematical line or the second point on the Ray or InfiniteLine.  
 PropertyStartPointGets or sets the starting point of the bounded mathematical line or the Ray or the first point on the InfiniteLine.  
Top

Public Methods

 NameDescription
 MethodGetClosestPointToGets the point on the mathematical line that is closest to the specified point.  
 MethodGetClosestPointToCircArcGets 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.  
 MethodGetClosestPointToEllipArcGets 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.  
 MethodGetClosestPointToLinearObjectGets 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.  
 MethodGetDirectionGets a unit vector that is parallel to this mathematical line, pointing in a positive direction.  
 MethodGetLengthGets the length of the bounded mathematical line.  
 MethodGetTypeGets the type of this mathematical line.  
 MethodIntersectWithLinearObjectGets the point where this mathematical line intersects the specified linear object.  
 MethodIntersectWithPlaneGets the point where this mathematical line intersects with the specified intersecting plane.  
 MethodIsParallelToLineGets whether the specified mathematical line is parallel to this mathematical line within the specified tolerance.  
 MethodIsPerpendicularToLineGets whether the specified mathematical line is perpendicular to this mathematical line within the specified tolerance.  
 MethodTransformByApplies the specified mathematical transformation to this mathematical line.  
Top

See Also