Click or drag to resize

MeshCreateUnweldedMesh Method

Creates a new unwelded mesh from an existing mesh. Texture coordinates are ignored.

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

Parameters

mesh
Type: Rhino.GeometryMesh
The source mesh to copy.

Return Value

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