ICircleArc Interface Methods Send Feedback
See Also 

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

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Arc.  
 MethodDeleteCustomDataDeletes the specified custom data from the Arc.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Arc.  
 MethodEvaluateAtDistanceGets the point on the Arc closest to the specified distance from the start point. Also gets the corresponding U parameter and two derivatives at that point.  
 MethodEvaluateAtParameterGets the point on the Arc corresponding to the specified U parameter and gets the two derivatives at the point. Also gets the distance of the point from the start point.  
 MethodEvaluateAtPointGets the corresponding U parameter, the distance from the start point, and the two derivatives at the specified point on the Arc.  
 MethodGetAreaCalculates the area of the Arc.  
 MethodGetBoundingBoxGets the bounding box enclosing the Arc.  
 MethodGetCenterGets the center point of the Arc.  
 MethodGetClosestPointOnGets the point on the Arc that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the Arc.  
 MethodGetEndParamsGets the start and end parameters of the Arc.  
 MethodGetExtensionDictionaryGets the dictionary for the Arc.  
 MethodGetHyperLinkGets the hyperlink attached to the Arc.  
 MethodGetLengthGets the length of the Arc.  
 MethodGetNormalGets the vector normal to this Arc.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Arc, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Arc to or from the current selection set.  
 MethodSetCenterSets the center point of the Arc.  
 MethodSetCustomDataSets the custom data for the Arc.  
 MethodSetHyperLinkAttaches a hyperlink to the Arc.  
 MethodSetNormalSets the vector normal to this Arc.  
Top

See Also