hi everyone, i having trouble in point parameter please give me solution. actually i have list of point with respective curve but i have to create some slope in cable tray use the respective points so i want edit/add 10mm in Z value in point. i mean how to add 10mm height for all list of point.
eg. point (0,0,0) to point(0,0,10)
point(0,1,0) to point(0,1,10)
In a code block:
Autodesk.Point.ByCoordinates(pts.X, pts.Y, pts.Z + offset);
Being pts
your list of points and offset
your Z offset(10mm in your case)
1 Like
Please show what you have tried so far and where you are having issues. People will likely not help if you just ask for a solution.
See How to get help on the Dynamo forums
thanks!! @alvpickmans