merge method

merge(self, pt)

Merges the new box into the current bounding box.


def merge(self, pt):
    ...
ParameterTypeDescription
ptaspose.threed.utilities.Vector2The point to merge

merge(self, bb)

Merges the new box into the current bounding box.


def merge(self, bb):
    ...
ParameterTypeDescription
bbaspose.threed.utilities.BoundingBox2DThe bounding box to merge

See Also