Workspace 6.21.5
|
Extracts the geometric bounding box (in three dimensions) surrounding the nodes of the input array of MeshModelInterface items. If the array is empty, or all the models in the array are empty, a point bounding box at the origin will be returned, and the "Valid box found" output will return false.
Inputs: | |||
---|---|---|---|
Mesh models | CSIRO::DataExecution::ObjectArray | ||
Outputs: | |||
Bounding box | CSIRO::Mesh::BoundingBox | ||
Valid box found | bool | Returns false if a bounding box could not be calculated from the models. This indicates that the array is empty, or that the models in the array are all empty. |