Description
GetBoxAverageExtents (v1)
Get the bounding box average extents information
Input(s) : BoundingBox - Bounding box to get the information from
Output(s): AverageExtents - Average of the 3 axis extents AverageHalfExtents - Average of the 3 axis half extents MinLength - Minimum edge length of the box MaxLength - Maximum edge length of the box LengthRatio - Ratio of the min edge length over the max edge length
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|Box |
| Tags | BoundingBox size extent ratio length min max |
| Type | FBoundingBoxAverageExtentsDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BoundingBox | Bounding box to get the information from | FBox | (Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| AverageExtents | Average of the 3 axis extents | float | |
| AverageHalfExtents | Average of the 3 axis half extents | float | |
| MinLength | Minimum edge length of the box | float | |
| MaxLength | Maximum edge length of the box | float | |
| LengthRatio | Ratio of the min edge length over the max edge length | float |