BooleanOperand

BooleanOperand

Overview

BooleanOperand is a class in Aspose.3D FOSS for Java.

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

This class provides 5 methods for working with BooleanOperand objects in Java programs. Available methods include: getOperand, of, toString. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: operand.

Properties

NameTypeAccessDescription
operandA3DObjectReadGets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node.

Methods

SignatureDescription
of(node: Node)BooleanOperandConstruct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required.
of(mesh: Entity)BooleanOperandConstruct a BooleanOperand instance from a bare IMeshConvertible instance.
of(mesh: Entity, transform: Matrix4)BooleanOperandConstruct a BooleanOperand instance from a IMeshConvertible instance and specified transform.
getOperand()A3DObjectGets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node.
toString()StringGets the string representation of BooleanOperand.

See Also

 English