IMathEllipArc Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IMathEllipArc.

Public Properties

 NameDescription
 PropertyCenterGets or sets the center point of this mathematical elliptical Arc.  
 PropertyEndAngleGets or sets the end angle of this mathematical elliptical Arc.  
 PropertyMajorRadiusGets or sets the major radius of this mathematical elliptical Arc.  
 PropertyMinorRadiusGets or sets the minor radius of this mathematical elliptical Arc.  
 PropertyStartAngleGets or sets the start angle of this mathematical elliptical Arc.  
Top

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