Description
RadialScatterPoints (v2)
Radial Scatter Points Dataflow Node V 2
Input(s) : BoundingBox - BoundingBox to generate points inside of Center - Center of generated pattern Normal - Normal to plane in which sites are generated RandomSeed - Seed for random AngularSteps - Number of angular steps AngleOffset - Angle offset at each radial step (in degrees) AngularNoise - Amount of global variation to apply to each angular step (in degrees) Radius - Pattern radius (in cm) RadialSteps - Number of radial steps RadialStepExponent - Radial steps will follow a distribution based on this exponent, i.e., Pow(distance from center, RadialStepExponent) RadialMinStep - Minimum radial separation between any two voronoi points (in cm) RadialNoise - Amount of global variation to apply to each radial step (in cm) RadialVariability - Amount to randomly displace each Voronoi site radially (in cm) AngularVariability - Amount to randomly displace each Voronoi site in angle (in degrees) AxialVariability - Amount to randomly displace each Voronoi site in the direction of the rotation axis (in cm)
Output(s): Points - Generated points
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Point |
| Type | FRadialScatterPointsDataflowNode_v2 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BoundingBox | BoundingBox to generate points inside of | FBox | (Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False) |
| Center | Center of generated pattern | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Normal | Normal to plane in which sites are generated | FVector | (X=0.000000,Y=0.000000,Z=1.000000) |
| RandomSeed | Seed for random | int32 | 0 |
| AngularSteps | Number of angular steps | int32 | 5 |
| AngleOffset | Angle offset at each radial step (in degrees) | float | 0.000000 |
| AngularNoise | Amount of global variation to apply to each angular step (in degrees) | float | 0.000000 |
| Radius | Pattern radius (in cm) | float | 50.000000 |
| RadialSteps | Number of radial steps | int32 | 5 |
| RadialStepExponent | Radial steps will follow a distribution based on this exponent, i.e., Pow(distance from center, RadialStepExponent) | float | 1.000000 |
| RadialMinStep | Minimum radial separation between any two voronoi points (in cm) | float | 1.000000 |
| RadialNoise | Amount of global variation to apply to each radial step (in cm) | float | 0.000000 |
| RadialVariability | Amount to randomly displace each Voronoi site radially (in cm) | float | 0.000000 |
| AngularVariability | Amount to randomly displace each Voronoi site in angle (in degrees) | float | 0.000000 |
| AxialVariability | Amount to randomly displace each Voronoi site in the direction of the rotation axis (in cm) | float | 0.000000 |