Get Points

Gets the points of input primitives using a mask.


Inputs

  • geometry

    • Accepts a single geometry connection (unless the SHIFT key is held).
  • mask

    • The boolean list that defines which points to keep and which points to discard.

Outputs

  • geometry

    • Output points primitive.
  • points

    • The list of points of the output points primitive.
  • 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.

Note(s)

  • Other names for this node include: ExtractPoints, Extract points, Isoparm, and NURBS.

Example(s)