Click or drag to resize

ObjRefSubDEdge Method

Gets the SubDEdge if the referenced geometry is one.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.15
Syntax
public SubDEdge SubDEdge()

Return Value

Type: SubDEdge
A SubDEdge; or null if the referenced object is not a SubDEdge, or on error.
See Also