M_Rhino_Geometry_Mesh_GetPartition - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.GetPartition Method

Retrieves a partition. See CreatePartitions(Int32, Int32) for details.

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

Syntax

C#

public MeshPart GetPartition(
	int which
)

VB

Public Function GetPartition ( 
	which As Integer
) As MeshPart

Parameters

 

which
Type: System.Int32
The partition index.

Return Value

Type: MeshPart
[Missing documentation for "M:Rhino.Geometry.Mesh.GetPartition(System.Int32)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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