Click or drag to resize

ObjRefSubDFace Method

Gets the SubDFace if the referenced geometry is one.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public SubDFace SubDFace()

Return Value

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