Class BooleanOperand

BooleanOperand class

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

public class BooleanOperand

Properties

NameDescription
Operand { get; }Gets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node.

Methods

NameDescription
static Of(Entity)Construct a BooleanOperand instance from a bare IMeshConvertible instance.
static Of(Node)Construct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required
static Of(Entity, Matrix4?)
override ToString()Gets the string representation of BooleanOperand

See Also