IMathCircArc Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IMathCircArc.

Public Properties

 NameDescription
 PropertyCenterGets or sets the center point of the mathematical circular Arc.  
 PropertyEndAngleGets or sets the end angle for this mathematical circular Arc.  
 PropertyRadiusGets or sets the radius for the mathematical circular Arc.  
 PropertyStartAngleGets or sets the start angle for this mathematical circular Arc.  
Top

Public Methods

 NameDescription
 MethodGetClosestPointToGets the point on this mathematical circular Arc that is closest to the specified point.  
 MethodGetClosestPointToCircArcGets the point on this mathematical circular 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 circular Arc.  
 MethodGetClosestPointToEllipArcGets the point on this mathematical circular 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 circular Arc.  
 MethodGetClosestPointToLinearObjectGets the point on this mathematical circular Arc that is closest to the specified linear object, and gets the point on the specified linear object that is closest to this mathematical circular Arc.  
 MethodGetClosestPointToPlaneGets the point on this mathematical circular Arc that is closest to the specified plane, and gets the point on the specified plane that is closest to this mathematical circular Arc.  
 MethodGetEndPointGets the end point of this mathematical circular Arc.  
 MethodGetLengthGets the length of this mathematical circular Arc.  
 MethodGetNormalGets the vector normal to this mathematical circular Arc.  
 MethodGetPlaneGets the plane of this mathematical circular Arc.  
 MethodGetRefVectorGets the reference vector of this mathematical circular Arc as a unit vector.  
 MethodGetStartPointGets the start point of this mathematical circular Arc.  
 MethodIntersectWithCircArcGets the point where this mathematical circular Arc intersects the specified mathematical circular Arc.  
 MethodIntersectWithLinearObjectGets the point where this mathematical circular Arc intersects the specified linear object.  
 MethodIntersectWithPlaneGets the point where this mathematical circular Arc intersects the specified plane.  
 MethodSetAxesSets the normal and reference vectors for this mathematical circular Arc.  
 MethodTransformByApplies the specified mathematical transformation to this mathematical circular Arc.  
Top

See Also