BooleanOperand.Of
Contents
[
Hide
]Of(Node)
Construct a BooleanOperand
instance from a node, a valid entity implemented IMeshConvertible
is required
public static BooleanOperand Of(Node node)
Parameter | Type | Description |
---|---|---|
node | Node | A Node instance with a valid entity implemented IMeshConvertible |
Return Value
An instance of BooleanOperand
Exceptions
exception | condition |
---|---|
ArgumentNullException | Raised when node is null. |
InvalidOperationException | Raised when no entity implemented IMeshConvertible found under this node |
See Also
- class Node
- class BooleanOperand
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Of(Entity)
Construct a BooleanOperand
instance from a bare IMeshConvertible
instance.
public static BooleanOperand Of(Entity mesh)
Parameter | Type | Description |
---|---|---|
mesh | Entity | The mesh used as Boolean operation’s operand, it can bean instance of IMeshConvertible or HalfSpace |
Return Value
An instance of BooleanOperand
Exceptions
exception | condition |
---|---|
ArgumentNullException | Raised when mesh is null. |
See Also
- class Entity
- class BooleanOperand
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Of(Entity, Matrix4?)
public static BooleanOperand Of(Entity mesh, Matrix4? transform)
See Also
- class Entity
- struct Matrix4
- class BooleanOperand
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D