Construct Field N generates a 3D array of points with isometric density: the input N is the number of cells along the largest dimension of the Bounding Box; the other 2 dimensions are computed proportionally, trying to maintain a cubic cell proportion.
inputs
- G - geometry - input any geometry that has a 3D Bounding Box
- P - reference Plane for Bounding Box orientation
- N - Number of cells along largest dimension
outputs
- F - an empty Field
- Fd - Field dimensions - number of cells in each dimension, in Vector3d format
- P - [as list] the Field points
options
notes