ObjRef.Face Method

ObjRefFace Method

If the referenced geometry is a brep face, a brep with one face, or a surface, this returns the brep face.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public BrepFace Face()
Public Function Face As BrepFace

Return Value

Type: BrepFace
A boundary representation face; or null on error.
See Also