Description
CollectionBounds (v1)
Get the bounds of the vertices of a specific collection
Input(s) : Collection - Collection to compute the bounds from Selection - Selection input. To set the selection type rt mouse click on the Selection output
Output(s): Collection [Passthrough] - Collection to compute the bounds from Bounds - resulting bounding box of the collection Sphere - resulting bounding sphere of the collection
Information
| Module | DataflowNodes |
| Category | Collection |
| Tags | BoundingBox Size Limits |
| Type | FDataflowGetCollectionBoundsNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| VertexGroup | Vertex group to use | FScalarVertexPropertyGroup | (Name="Vertices") |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to compute the bounds from | FManagedArrayCollection | () |
| Selection | Selection input. To set the selection type rt mouse click on the Selection output | FDataflowSelectionTypes | (Value=()) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to compute the bounds from | FManagedArrayCollection | |
| Bounds | resulting bounding box of the collection | FBox | |
| Sphere | resulting bounding sphere of the collection | FSphere |