IRay Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IRay.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this Ray.  
 PropertyErasedGets or sets whether to erase or restore the Ray.  
 PropertyHandleGets the value of the handle for the Ray.  
 PropertyLayerGets or sets the name of the Layer of the Ray.  
 PropertyLineScaleGets or sets the scale factor for the Ray's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Ray.  
 PropertyLineWeightGets or sets the LineWeight for the Ray.  
 PropertyMathLineGets the mathematical line that is derived from this Ray or sets the base and through points of this Ray using the specified mathematical line.  
 PropertyPrintStyleGets or set the name of the PrintStyle for this Ray.  
 PropertyTransparencyGets or sets the transparency object for this Ray.  
 PropertyVisible

Gets or sets whether to show the Ray in the drawing.

 
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Ray.  
 MethodDeleteCustomDataDeletes the specified custom data from the Ray.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the Ray.  
 MethodEvaluateAtDistanceGets the point on the Ray 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 Ray 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 Ray.  
 MethodGetBasePointGets the base (start) point of the Ray.  
 MethodGetBoundingBoxGets the bounding box enclosing the Ray.  
 MethodGetClosestPointOnGets the point on the Ray that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the Ray.  
 MethodGetEndParamsGets the start and end parameters of the Ray.  
 MethodGetExtensionDictionaryGets the dictionary for the Ray.  
 MethodGetHyperLinkGets the hyperlink attached to the Ray.  
 MethodGetThroughPointGets a through point (point that defines the direction of the Ray from the base point) of the Ray.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Ray, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Ray to or from the current selection set.  
 MethodSetBasePointSets the base (start) point for the Ray.  
 MethodSetCustomDataSets the custom data for the Ray.  
 MethodSetHyperLinkAttaches a hyperlink to the Ray.  
 MethodSetThroughPointSets a through point (point that defines the direction of the Ray from the base point) for the Ray.  
Top

See Also