GridSOP
From Odwiki
Contents |
What it does
The Grid SOP, not surprisingly, allows the creation of grids of uniformally placed points. The points will be oriented along one of the planes XY, XZ, or YZ.
By default, the grids are made out of Polygons.
How do I?
Create a series of lines
- By setting the Connectivity parameter to Rows or Columns with the Primitive Type set to Polygons, you will get a series of parallel lines.
Create just points
- Append an AddSOP. Set the Delete Geometry But Keep Points option.
Create a single row
- You can set the number of rows or number of columns in the Grid to 1. Alternatively, you can use the LineSOP.
Create a 3d lattice of points
- Use the BoxSOP with Polygons and Divisions set. Then append an AddSOP to delete the unwanted geometry.
Back to SOPs



