Description
CollectionSelectionConvert (v1)
Converts Vertex/Face/Transform selection into Vertex/Face/Transform selection
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection TransformSelection - Transform selection including the new indices FaceSelection - Face selection including the new indices VertexSelection - Vertex selection including the new indices
Output(s): Collection [Passthrough] - GeometryCollection for the selection TransformSelection [Passthrough] - Transform selection including the new indices FaceSelection [Passthrough] - Face selection including the new indices VertexSelection [Passthrough] - Vertex selection including the new indices
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection |
| Type | FCollectionSelectionConvertDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bAllElementsMustBeSelected | If true then for converting vertex/face selection to transform selection all vertex/face must be selected for selecting the associated transform | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| VertexSelection | Vertex selection including the new indices | FDataflowVertexSelection | () |
| FaceSelection | Face selection including the new indices | FDataflowFaceSelection | () |
| TransformSelection | Transform selection including the new indices | FDataflowTransformSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| TransformSelection | Transform selection including the new indices | FDataflowTransformSelection | |
| FaceSelection | Face selection including the new indices | FDataflowFaceSelection | |
| VertexSelection | Vertex selection including the new indices | FDataflowVertexSelection |