Click or drag to resize

MeshCreateFromSurfaceControlNet Method

Calculate a mesh representation of a surface's control net.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.18
Syntax
public static Mesh CreateFromSurfaceControlNet(
	Surface surface
)

Parameters

surface
Type: Rhino.GeometrySurface
The surface.

Return Value

Type: Mesh
Mesh representing the surface control net on success, null on failure
See Also