pointsmap expression function

Returns a string from a list of strings in a point attribute.

All Usage Examples

Usage

pointsmap(surface_node, attribute, index)

This function will return the indexth unique string bound to the given point attribute. Use pointsnummap to find the total number of unique strings. Note that the exact order of the strings is should not be relied upon. The indexes start with 0 and go to pointsnummap()-1.

Examples

pointsmap("/obj/geo1/attribcreate1", "foo", 0)

Returns the first unique string on the given surface node.