Class BooleanOperand
BooleanOperand class
This class encapsulates the transformed mesh as Boolean operation’s operand.
public class BooleanOperand
Properties
Name | Description |
---|---|
Operand { get; } | Gets the operand, it can be an instance of HalfSpace , IMeshConvertible or Node . |
Methods
Name | Description |
---|---|
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
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D