Click or drag to resize

OperatorsUnion Method

Combine the volumes of 2 meshes.

Namespace:  Demo3D.CSG
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static void Union(
	Visual a,
	Visual b
)

Parameters

a
Type: Demo3D.VisualsVisual
The Visual whose mesh will be modified.
b
Type: Demo3D.VisualsVisual
The Visual whose mesh volume will be added.
See Also