
Construct Field N generates a 3D array of points with given resolution in XYZ
inputs
- G - geometry - input any geometry that has a 3D Bounding Box
- P - reference Plane for Bounding Box orientation
- X - Resolution (distance between two Field points) in X direction
- Y - Resolution (distance between two Field points) in Y direction
- Z - Resolution (distance between two Field points) in Z direction
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