Click or drag to resize

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()

Return Value

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