Generate 3D Point Grid

 
 
 

Generates a three dimension grid of points by specifying the number of points and the spacing in each dimension. You need to connect this node to a port on the ICE Tree node of an empty point cloud. You can also generate a 3D Point grid by using the ApplyICEOp command, for example in VBScript:

GetPrim PointCloud, "PointCloud" 
ApplyICEOp "Generate Point Grid"

Category: Point Cloud

Output Ports: Execute

Enable

Enables/disables the node. If the node is not Enabled then no Points are added.

Number in X

The number of rows along the X Axis

Number in Y

The number of rows along the Y Axis

Number in Z

The number of rows along the Z Axis

Size in X

The spacing between rows in X

Size in Y

The spacing between rows in Y

Size in Z

The spacing between rows in Z

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License