BooleanOperand class

BooleanOperand class

This class encapsulates the transformed mesh as Boolean operation’s operand.

The BooleanOperand type exposes the following members:

Properties

PropertyDescription
operandGets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node.

Methods

MethodDescription
of(, node)Construct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required
of(, mesh)Construct a BooleanOperand instance from a bare IMeshConvertible instance.
of(, mesh, transform)

See Also