Click or drag to resize

MeshCreateFromSurface Method (Surface)

Constructs a mesh from a surface

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

Parameters

surface
Type: Rhino.GeometrySurface
Surface to approximate

Return Value

Type: Mesh
New mesh representing the surface
See Also