Click or drag to resize
AB4D logo

BooleanMesh3DUnion(BooleanMesh3D) Method

Updates this BooleanMesh3D with merging it with the specified BooleanMesh3D. The generated MeshGeometry3D can be get from the Geometry property.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void Union(
	BooleanMesh3D booleanMesh3D
)

Parameters

booleanMesh3D  BooleanMesh3D
BooleanMesh3D
See Also