M_Rhino_Geometry_Mesh_ExplodeAtUnweldedEdges - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.ExplodeAtUnweldedEdges Method

Explode the mesh into submeshes where a submesh is a collection of faces that are contained within a closed loop of "unwelded" edges. Unwelded edges are edges where the faces that share the edge have unique mesh vertexes (not mesh topology vertexes) at both ends of the edge.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Mesh[] ExplodeAtUnweldedEdges()

VB

Public Function ExplodeAtUnweldedEdges As Mesh()

Return Value

Type: Mesh[]
Array of submeshes on success; null on error. If the count in the returned array is 1, then nothing happened and the ouput is essentially a copy of the input.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️