Point Index to Location
 
 
 

Categories

  • Geometry Queries

Description

Outputs a location on a geometry based on the index at each geometry point (element index).

This node is useful for accessing attributes on points based on the index of the point. For this purpose you can connect the locations into a Get Data node and specify the attribute name. However, you should rarely need to use this node since ICE does the iteration on the geometry components. For example, a tree that has a Set Data node on "Self.PointPosition" will iterate on all points implicitly for you.

Ports

Inputs

Geometry

The geometry on which you want to get a location.

Index

The index of the point whose location you want to get.

Outputs

Result

The location of the point.