IMathEllipArc Interface Methods Send Feedback
See Also 

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

Public Methods

 NameDescription
 MethodGetClosestPointToGets the point on this mathematical elliptical Arc that is closest to the specified point.  
 MethodGetClosestPointToCircArcGets the point on this mathematical elliptical Arc that is closest to the specified mathematical circular Arc, and gets the point on the specified mathematical circular Arc that is closest to this mathematical elliptical Arc.  
 MethodGetClosestPointToEllipArcGets the point on this mathematical elliptical Arc that is closest to the specified mathematical elliptical Arc, and gets the point on the specified mathematical elliptical Arc that is closest to this mathematical elliptical Arc.  
 MethodGetClosestPointToLinearObjectGets the point on this mathematical elliptical Arc that is closest to the specified linear object, and gets the point on the specified linear object that is closest to this mathematical elliptical Arc.  
 MethodGetClosestPointToPlaneGets the point on this mathematical elliptical Arc that is closest to the specified plane, and gets the point on the specified plane that is closest to this mathematical elliptical Arc.  
 MethodGetEndPointGets the end point of this mathematical elliptical Arc.  
 MethodGetLengthGets the length of this mathematical elliptical Arc.  
 MethodGetMajorAxisGets the major axis of this mathematical elliptical Arc as a unit vector.  
 MethodGetMinorAxisGets the minor axis of this mathematical elliptical Arc as a unit vector.  
 MethodGetNormalGets the vector normal to this mathematical elliptical Arc.  
 MethodGetPlaneGets the plane of this mathematical elliptical Arc.  
 MethodGetStartPointGets the start point of this mathematical elliptical Arc.  
 MethodIntersectWithLinearObjectGets the point where this mathematical elliptical Arc intersects the specified linear object.  
 MethodIntersectWithPlaneGets the point where this mathematical elliptical Arc intersects the specified plane.  
 MethodSetAxesSets the major and minor axes of this mathematical elliptical Arc.  
 MethodTransformByApplies the specified mathematical transformation to this mathematical elliptical Arc.  
Top

See Also