I have object sideWalk Edge using node copy transform to deform Along Curve ,If you see Pic Down ,A Lot bench node using manually one bye one,I try node for each primitive,but number copy not working properly for each curve,How I can get Automatic Number Objects sidewalk Edge Copy transform approximately same length perimeter curve.
Image Not Found
Edited by anon_user_35845555 - Oct. 1, 2020 22:55:23
you can divide the curve length by the length of the object for example, which gives a good approximation (if the objects are small enough). You can use a for each node to loop over the number of primitives. Here is a modification of your file.
@edit: you can extract the 5th primgroup, which contains all edges you need.