IMathLine Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IMathLine members.

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