Description
ComputeVolumeStatsData (v1)
Compute information about the volume of a collection specific transform or root
Input(s) : Collection [Intrinsic] - Collection to collect the stats from TransformIndex - Selection to consider , if set to -1 or not a valid transform in the collection, the root will be considered
Output(s): Collection [Passthrough] - Collection to collect the stats from GeometryVolume - Volume of the geometry in cm3 ConvexVolume - Volume of the single wrapping convex around the geometry in cm3 VolumeRatio - Ratio of the geometry volume in relation to the wrapping convex volume ( GeometryVolume / ConvexVolume ) VolumePercentage - Percentage of the geometry volume in relation to the wrapping convex volume ( GeometryVolume / ConvexVolume * 100 ) EmptySpaceCubeSize - Cube size of the empty space volume (cubic root of the volume = Edge size of a cube of similar volume)
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Utilities |
| Tags | collection empty space percent size convex geometry |
| Type | FComputeVolumeStatsDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to collect the stats from | FManagedArrayCollection | () |
| TransformIndex | Selection to consider , if set to -1 or not a valid transform in the collection, the root will be considered | int32 | -1 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to collect the stats from | FManagedArrayCollection | |
| GeometryVolume | Volume of the geometry in cm3 | float | |
| ConvexVolume | Volume of the single wrapping convex around the geometry in cm3 | float | |
| VolumeRatio | Ratio of the geometry volume in relation to the wrapping convex volume ( GeometryVolume / ConvexVolume ) | float | |
| VolumePercentage | Percentage of the geometry volume in relation to the wrapping convex volume ( GeometryVolume / ConvexVolume * 100 ) | float | |
| EmptySpaceCubeSize | Cube size of the empty space volume (cubic root of the volume = Edge size of a cube of similar volume) | float |