Click or drag to resize

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

Return Value

Type: Surface
A copy of this face's underlying surface.
See Also