Points
Creates points at input positions.
Inputs
- 
positions
- The list of vector values that define the positions where points are created.
 
 - 
initialize
- Sets the positions input vector values to the vector values as defined by the init list input.
 
 - 
init list
- The list of vector values that will be output when initialized.
 
 - 
output as mesh vertices
- Sets whether the output primitives are as Points primitives or PolyMesh vertices.
 
 
Outputs
- 
geometry
- Output primitives.
 
 - 
points
- The list of points of the output primitives.
 
 - 
points.x
- The list of x values of the points of the output primitives.
 
 - 
points.y
- The list of y values of the points of the output primitives.
 
 - 
points.z
- The list of z values of the points of the output primitives.
 
 
Note(s)
- 
If the positions input has a list of vectors connected to it, then the connected input will override the values in init list when initialized.
 - 
Other names for this node include: Create points.