BooleanOperator
Overview
BooleanOperator is a class in Aspose.3D FOSS for Java.
Inherits from: Entity, IMeshConvertible.
Boolean operator allows you to apply Boolean operation on two IMeshConvertible instances.
This class provides 29 methods for working with BooleanOperator objects in Java programs.
Available methods include: A3DObject, BooleanOperator, Entity, SceneObject, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getFirst, getName, getOperator, getParentNode, and 14 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: boundingBox, entityRendererKey, excluded, first, name, operator, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operator | BooleanOperation | Read | The Boolean operator used in the operation to create the result mesh. |
first | BooleanOperand | Read | The first operand of the Boolean operator. |
second | BooleanOperand | Read | The second operand of the Boolean operator. |
parentNode | Node | Read | Gets the parent node. |
parentNodes | ArrayList<Node> | Read | Gets the parent nodes. |
excluded | boolean | Read | Gets the excluded. |
boundingBox | BoundingBox | Read | Gets the bounding box. |
entityRendererKey | EntityRendererKey | Read | Gets the entity renderer key. |
scene | Scene | Read | Gets the scene. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
BooleanOperator() | Constructor of BooleanOperator. |
getOperator() → BooleanOperation | The Boolean operator used in the operation to create the result mesh. |
setOperator(value: BooleanOperation) | The Boolean operator used in the operation to create the result mesh. |
getFirst() → BooleanOperand | The first operand of the Boolean operator. |
setFirst(value: BooleanOperand) | The first operand of the Boolean operator. |
getSecond() → BooleanOperand | The second operand of the Boolean operator. |
setSecond(value: BooleanOperand) | The second operand of the Boolean operator. |
toMesh() → Mesh | Perform the Boolean operation on two operands. |
Entity(name: String) | Constructor of BooleanOperator. |
getParentNode() → Node | Returns the parent node. |
setParentNode(value: Node) | The Boolean operator used in the operation to create the result mesh. |
getParentNodes() → ArrayList<Node> | Returns the parent nodes. |
getExcluded() → boolean | The Boolean operator used in the operation to create the result mesh. |
setExcluded(value: boolean) | Sets the excluded value. |
getBoundingBox() → BoundingBox | The first operand of the Boolean operator. |
getEntityRendererKey() → EntityRendererKey | Returns the entity renderer key. |
SceneObject() | Boolean operator allows you to apply Boolean operation on two IMeshConvertible instances. |
SceneObject(name: String) | Calls SceneObject(name) on this BooleanOperator instance. |
getScene() → Scene | Constructor of BooleanOperator. |
A3DObject() | Calls A3DObject on this BooleanOperator instance. |
A3DObject(name: String) | Calls A3DObject(name) on this BooleanOperator instance. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this BooleanOperator instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this BooleanOperator instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this BooleanOperator instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this BooleanOperator instance. |