  | 
BooleanMesh3DSubtract(BooleanMesh3D, Boolean) Method | 
            Subtracts the specified booleanMesh3D from this BooleanMesh3D. The generated MeshGeometry3D can be get from the 
Geometry property.
            
 Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic 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