Feature lines and block insertion to points

Can someone help me I am new to Dynamo having problem with
the script below and not showing any result on my Civil3d Drawing

@neil_herrera you are currently feeding a list of points into the ‘coordinateSystem’ input port, which is incorrect. You should instead input a list of coordinate systems. Use the FeatureLine.GetCoordinateSystemByDistance node to accomplish this.

1 Like

Thank you it works. can you also tell me how to make it multiple along the featureline it only show me one block. Thanks

Try setting the lacing to Longest.