Click or drag to resize

MeshRebuildMesh Method (Mesh)

Use this function to rebuild meshes that are not acting properly. Vertices and faces are kept. Face normals and vertex normals are recalculated. Texture coordinates, vertex colors, surface curvatures, and surfaces parameters are not replaced.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.23
Syntax
public static Mesh RebuildMesh(
	Mesh mesh
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to be rebuilt.

Return Value

Type: Mesh
The rebuilt mesh if successful, null otherwise.
See Also