BooleanOperand
Vue de l’ensemble
‘BooleanOperand’ est une classe dans Aspose.3D FOSS pour Java.
Cette classe encapsule la messe transformée comme opérand de l’opération Boolean.
Cette classe fournit 5 méthodes pour travailler avec les objets BooleanOperand dans les programmes Java. Les méthodologies disponibles comprennent: ‘getOoperand’, ‘of’ et ’toString’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.3D FOSS pour le package Java . Propriétés : ‘opérand’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
operand | A3DObject | Read | Gets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node. |
méthodes
| Signature | Description |
|---|---|
of(node: Node) → BooleanOperand | Construct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required. |
of(mesh: Entity) → BooleanOperand | Construct a BooleanOperand instance from a bare IMeshConvertible instance. |
of(mesh: Entity, transform: Matrix4) → BooleanOperand | Construct a BooleanOperand instance from a IMeshConvertible instance and specified transform. |
getOperand() → A3DObject | Gets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node. |
toString() → String | Gets the string representation of BooleanOperand. |
Voir aussi
- Aspose.3D - référence API d’entreprise