PointsCube Op

PointsCube

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


<p>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.</p>


Full Name
  • Ops.Array.PointArray.PointsCube
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch PointsField3d - example file

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

Open In Editor

Youtube Video Tutorial

INPUT PORTS


num x (Number:

<i>integer</i>

)

<p>Amount of points generated on the X axis</p>

num y (Number:

<i>integer</i>

)

<p>Amount of points generated on the Y axis</p>

num z (Number:

<i>integer</i>

)

<p>Amount of points generated on the Z axis</p>

mul (Number)

<p>Default 1. Amount of space between each point</p>

center (Number:

<i>boolean</i>

)

<p>If true the origin is the center, otherwise its from the starting corner</p>

OUTPUT PORTS


Array out (Array)

<p>The pointfield out. XYZ array</p>

Total points (Number)

<p>Total amount of xyz points</p>

Array length (Number)

Patches using PointsCube

  • Examples
  • Public
  • My Patches

Changelog


fixed - now correctly creates a ointField when the op is createduser avatarandro - 2019-05-29 15:36
Ops.Points.PointsField3d renamed to Ops.Points.PointsCubeuser avatarpandur - 2019-09-05 10:28
renameOps.Points.PointsCube renamed to Ops.Array.PointArray.PointsCubeuser avatarpandur - 2023-12-06 10:18