BrepFaceIsSurface Property |
Gets a value indicating whether the face is synonymous with the underlying surface.
If a Face has no trimming curves then it is considered a Surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool IsSurface { get; }
Public ReadOnly Property IsSurface As Boolean
Get
Property Value
Type:
BooleanSee Also