  | 
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.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic void Union(
	BooleanMesh3D booleanMesh3D
)
Parameters
- booleanMesh3D  BooleanMesh3D
 - BooleanMesh3D
 
See Also