Click or drag to resize
AB4D logo

BooleanMesh3DSubtract(BooleanMesh3D, Boolean) Method

Subtracts the specified booleanMesh3D from this 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 Subtract(
	BooleanMesh3D booleanMesh3D,
	bool generateInnerTriangles = true
)

Parameters

booleanMesh3D  BooleanMesh3D
BooleanMesh3D
generateInnerTriangles  Boolean  (Optional)
when true (by default) then then triangles inside the first mesh are generated (this closes the hole that is created by subtraction); when false then no additional inner triangles are generated - only existing triangles are processed in subtraction
See Also