Combine the volumes of 2 meshes.
Namespace: Demo3D.CSGAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void Union(
Visual a,
Visual b
)
Parameters
- a Visual
- The Visual whose mesh will be modified.
- b Visual
- The Visual whose mesh volume will be added.
See Also