Tetrahedron

Creates a Tetrahedron.


Inputs

  • center

    • The vector value that defines the center of the output tetrahedron.
  • scale

    • The vector value that defines the scale of the output tetrahedron.
  • weld vertices

    • Sets whether to weld the vertices of the output tetrahedron or not.

Outputs

  • geometry

    • Output primitives.
  • points

    • The list of points of the output primitives.
  • points.x

    • The list of x values of the points of the output primitives.
  • points.y

    • The list of y values of the points of the output primitives.
  • points.z

    • The list of z values of the points of the output primitives.

Notes

  • Other names for this node include: TetrahedronV2.

Examples