Click or drag to resize

CSGType Enumeration

The CSGType struct is used to set the type of CSG operation of a CSGVisualReference.

Namespace:  Demo3D.CSG
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum CSGType
Members
  Member nameValueDescription
None0Do not perform any operation
Union1Combine the volumes of the owner and the referenced visual.
Subtract2Subtract the volume of the referenced visual from the owner
Intersect3Remove the volume of the owner that is not also part of the volume of the referenced visual.
See Also