Description
CollectionVerticesToPoints (v1)
Create points from vertices in a collection
Input(s) : Collection [Intrinsic] - GeometryCollection for the vertices Selection - If connected, only the selected vertices will be part of the output
Output(s): Points - Output points
Information
| Module | DataflowNodes |
| Category | Points |
| Type | FDataflowCollectionVerticesToPointsNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bCopyAttributes | Copy attributes from vertices to points, it is ignored when ScatterExtraPoints is on | bool | True |
| bScatterExtraPoints | Add extra points | bool | False |
| bDeterministic | Use deterministic noise for the extra points generation | bool | True |
| RandomSeed | Seed for the noise for the extra points generation | int32 | 0 |
| PointDensity | Density for the extra points generation | float | 0.100000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the vertices | FManagedArrayCollection | () |
| Selection | If connected, only the selected vertices will be part of the output | FDataflowVertexSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Points | Output points | FDataflowPoints |