M_Rhino_Geometry_Mesh_CreateBooleanIntersection - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.CreateBooleanIntersection Method

Computes the solid intersection of two sets of meshes.

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

Syntax

C#

public static Mesh[] CreateBooleanIntersection(
	IEnumerable<Mesh> firstSet,
	IEnumerable<Mesh> secondSet
)

VB

Public Shared Function CreateBooleanIntersection ( 
	firstSet As IEnumerable(Of Mesh),
	secondSet As IEnumerable(Of Mesh)
) As Mesh()

Parameters

 

firstSet
Type: System.Collections.Generic.IEnumerable(Mesh)
First set of Meshes.
secondSet
Type: System.Collections.Generic.IEnumerable(Mesh)
Second set of Meshes.

Return Value

Type: Mesh[]
An array of Mesh results or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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