BrepFaceUnderlyingSurface Method |
Gets the untrimmed surface that is the base of this face.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Surface UnderlyingSurface()
Public Function UnderlyingSurface As Surface
Return Value
Type:
SurfaceA surface, or null on error.
See Also