This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
CollectionTransformSelectInBox (v1)
Selects bones if their Vertices/BoundingBox/Centroid in a box
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection Box [Intrinsic] - Box to contain Vertices/BoundingBox/Centroid
Output(s): Collection [Passthrough] - GeometryCollection for the selection TransformSelection - Array of the selected bone indices
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|Transform |
| Type | FCollectionTransformSelectionInBoxDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Transform | Transform for the box | FTransform | (Rotation=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000),Translation=(X=0.000000,Y=0.000000,Z=0.000000),Scale3D=(X=1.000000,Y=1.000000,Z=1.000000)) |
| Type | Subject (Vertices/BoundingBox/Centroid) to check against box | ESelectSubjectTypeEnum | Dataflow_SelectSubjectType_Centroid |
| bAllVerticesMustContainedInBox | If true all the vertices of the piece must be inside of box | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| Box | Box to contain Vertices/BoundingBox/Centroid | FBox | (Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False) |
| Transform | Transform for the box | FTransform | (Rotation=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000),Translation=(X=0.000000,Y=0.000000,Z=0.000000),Scale3D=(X=1.000000,Y=1.000000,Z=1.000000)) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| TransformSelection | Array of the selected bone indices | FDataflowTransformSelection |