Lib.point.generate.BoundingBoxPoints - tixl3d/tixl GitHub Wiki
Generates the bounding box containing the points used as input / Indices : Center - 0, Min - 1, Max - 8.
In order to access its points position, use [PointsToCPU] with [GetPointDataFromList].
It iterates through the source points, excluding those with invalid W values (-nan(ind)), and calculates the minimum and maximum bounds in each dimension (x, y, z). These bounds define the eight points of the bounding box: the minimum and maximum corners of the box. Additionally, it computes the middle point of the bounding box by averaging the minimum and maximum bounds
Name | Type |
---|---|
Output | T3.Core.DataTypes.BufferWithViews |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.