Click or drag to resize

Unroller Constructor (Surface)

Initializes a new instance of the Unroller class with surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Unroller(
	Surface surface
)

Parameters

surface
Type: Rhino.GeometrySurface
A surface to be unrolled.
See Also