IMathCircArc Interface Methods Send Feedback
See Also 

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

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