BrepFaceDuplicateSurface Method |
Gets a copy to the untrimmed surface that this face is based on.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Surface DuplicateSurface()
Public Function DuplicateSurface As Surface
Return Value
Type:
SurfaceA copy of this face's underlying surface.
See Also