Description
PointsBounds (v1)
Get the bounds of the points
Input(s) : Points - Collection to compute the bounds from Selection - Selection input. To set the selection type rt mouse click on the Selection output
Output(s): Points [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 | Points|Utilities |
| Tags | BoundingBox Size Limits |
| Type | FDataflowGetPointsBoundsNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Points | Collection to compute the bounds from | FDataflowPoints | (Collection=()) |
| Selection | Selection input. To set the selection type rt mouse click on the Selection output | FDataflowVertexSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Points | Collection to compute the bounds from | FDataflowPoints | |
| Bounds | resulting bounding box of the collection | FBox | |
| Sphere | resulting bounding sphere of the collection | FSphere |