Click or drag to resize

Operators Class

The Operators class provides access to CSG operations for use on ImportedMeshVisuals.
Inheritance Hierarchy
SystemObject
  Demo3D.CSGOperators

Namespace:  Demo3D.CSG
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static class Operators

The Operators type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCommit
Commit previous CSG operations, creating a new mesh. This operation cannot be undone.
Public methodStatic memberIntersect
Remove the volume of one mesh that is not also part of the volume of the other mesh.
Public methodStatic memberSubtract
Subtract the volume of one mesh from another.
Public methodStatic memberUnion
Combine the volumes of 2 meshes.
Top
See Also