IInfiniteLine Interface Methods Send Feedback
See Also 

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

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the InfiniteLine.  
 MethodDeleteCustomDataDeletes the specified custom data from the InfiniteLine.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the InfiniteLine.  
 MethodEvaluateAtParameterGets the point on the InfiniteLine 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 InfiniteLine.  
 MethodGetBoundingBoxGets the bounding box enclosing the InfiniteLine.  
 MethodGetClosestPointOnGets the point on the InfiniteLine that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the InfiniteLine.  
 MethodGetEndParamsGets the start and end parameters of the InfiniteLine.  
 MethodGetExtensionDictionaryGets the dictionary for the InfiniteLine.  
 MethodGetFirstPointGets the central position of the InfiniteLine.  
 MethodGetHyperLinkGets the hyperlink attached to the InfiniteLine.  
 MethodGetSecondPointGets the through point that defines the InfiniteLine direction.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the InfiniteLine, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected InfiniteLine to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the InfiniteLine.  
 MethodSetFirstPointSets the central position of the InfiniteLine.  
 MethodSetHyperLinkAttaches a hyperlink to the InfiniteLine.  
 MethodSetSecondPointSets the through point that defines the InfiniteLine direction.  
Top

See Also