Home › Forums › Nazca › Questions and Answers › Finding the width of a pin › Reply To: Finding the width of a pin
30 March 2021 at 19:22
#6432
Participant
Adding for anyone using the forum as a reference, this line from the example above can be replaced:
cell.properties[‘parameters’][‘length’] = pathlength
Instead use:
cell.length_geo = pathlength
This enables the path length to be used in the nazca.trace module to find total path lengths of several elements’ paths.