Use Package

Capture
Please Help me…

Which Package use for this???

Check using the ‘what the node’ node in the Rhytm package.

Not sure what it is intended to do, but I think us moving things vertically by the given distance. If so than the geometry.translate by direction (the Z axis) and distance (your offset distance) will work as well.

In design script it would be like this:
Pnts.Translate(Vector.ZAxis(), Distance);

1 Like

It’s not working

any other options?