of method

of(, node)

Construct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required

Returns

An instance of BooleanOperand


@staticmethod
def of(node):
    ...
ParameterTypeDescription
nodeaspose.threed.NodeA Node instance with a valid entity implemented IMeshConvertible

Exceptions

ExceptionDescription
ArgumentNullExceptionRaised when node is null.
InvalidOperationExceptionRaised when no entity implemented IMeshConvertible found under this node

of(, mesh)

Construct a BooleanOperand instance from a bare IMeshConvertible instance.

Returns

An instance of BooleanOperand


@staticmethod
def of(mesh):
    ...
ParameterTypeDescription
meshaspose.threed.EntityThe mesh used as Boolean operation’s operand, it can bean instance of IMeshConvertible or HalfSpace

Exceptions

ExceptionDescription
ArgumentNullExceptionRaised when mesh is null.

of(, mesh, transform) {#aspose.threed.Entity-System.Nullable`1[[Aspose.ThreeD.Utilities.Matrix4]]}


@staticmethod
def of(mesh, transform):
    ...
ParameterTypeDescription
meshaspose.threed.Entity
transformSystem.Nullable`1[[Aspose.ThreeD.Utilities.Matrix4]]

See Also