How can I divide an whole face with points by a fixed distance?
Hi Kjell_Vidar_Andersen,
this could be one way:
does it help?
There are node changes for Curve.Divide By Distance. You can find here: https://github.com/DynamoDS/Dynamo/wiki/Dynamo-Node-Changes
@Mauro Thanks for your reply. I don’t think he is looking for point on surface. He is looking for outer edges(Curves).
1 Like
change the lacing of the node geometry.translate to cross product, then you might want to hide it
That worked great, didn’t know about the possibility to change the lacing. Thanks
@Kjell_Vidar_Andersen You could also determine the parametric equivalent of the distance
pointsAtDistance.dyn (15.1 KB)
1 Like