beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

PointsCube Op



PointsCube
Namespace: Ops.Points

Op author: andro

Generates a 3d point field with controllable amount of xyz points (was PointsField3d)


Generates a 3d point field. Use the xyz parameters to define how points are created.
All num parameters must have at least a setting of 1 for this op to work.



Inputs

num x (integer /Number)

Amount of points generated on the X axis

num y (integer /Number)

Amount of points generated on the Y axis

num z (integer /Number)

Amount of points generated on the Z axis

mul (Number)

Default 1. Amount of space between each point

center (boolean /Number)

If true the origin is the center, otherwise its from the starting corner

Outputs

Array out (Array)

The pointfield out. XYZ array

Total points (Number)

Total amount of xyz points

Array length (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

PointsField3d - example file

Link to the tutorial video : https://youtu.be/tVphEMCXDb4


Youtube Video Tutorial

Patches using PointsCube

  • Examples (3)
  • Public
  • My Patches

Changelog


fixed - now correctly creates a ointField when the op is created
2019-05-29 - andro
Ops.Points.PointsField3d renamed to Ops.Points.PointsCube
2019-09-05 - pandur