Description
GetConvexHullVolume (v1)
Get the sum of volumes of the convex hulls on the selected nodes
Input(s) : TransformSelection [Intrinsic] - The transforms to consider
Output(s): Volume - Sum of convex hull volumes
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Utilities |
| Type | FGetConvexHullVolumeDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bSumChildrenForClustersWithoutHulls | For any cluster transform that has no convex hulls, whether to fall back to the convex hulls of the cluster's children. Otherwise, the cluster will not add to the total volume sum. | bool | True |
| bVolumeOfUnion | Whether to take the volume of the union of selected hulls, rather than the sum of each hull volume separately. This is more expensive but more accurate when hulls overlap. | bool | False |
| DebugDrawRenderSettings | FDataflowNodeDebugDrawSettings | (RenderType=Wireframe,bTranslucent=True,Color=(R=0.000000,G=1.000000,B=0.000000,A=1.000000),LineWidthMultiplier=2.000000) | |
| bRandomizeColor | Randomize color per convex hull | bool | True |
| ColorRandomSeed | Random seed | int32 | 0 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () | |
| TransformSelection | The transforms to consider | FDataflowTransformSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Volume | Sum of convex hull volumes | float |