Search the Community
Showing results for tags 'duplicate along path'.
-
Dear VW community I have a blank VW2020 file open with nothing in it. I insert the simplest lighting instrument I can find. I try duplicate along path. (line tool A-B 6m) I try 5 duplicates. I try preview and it works. I try duplicate and VW crashes immediately. Any ideas what might be wrong? I got around it using another tool to do the same job, but it only works as long as my path is not curved. I never had vw2019, but ive been using vw 2015, 2016, and 2018 with this approach before and never had any trouble (unless duplicating to much stuff) Can something with my standard settings in VW make stuff like this harder? Thank you Magnus
- 3 replies
-
- duplicate along path
- lighting instrument
-
(and 1 more)
Tagged with:
-
Greetings and Happy New Year to you all, Has anyone figured out how to duplicate an object (locus,symbol) along a 2D path, be it a polyline, polygon? Developing a plugin to take a symbol object and have it duplicate along the Plugins 2D path (this being a 2D poly path plugin object type). Have tried the : def vs.GetPointAndParameterOnNurbsCurveAtGivenLength(inNurbCurve, inPercentOfLength): return (BOOLEAN, p, outParam, outIndex) by converting the 2D path to a nurbs object, running the calc, then copying the /out/ data to the 2D path poly. However just realised the convert to Nurbs command takes into account the orientation of the view. This makes it not feasible for a path-pio object. Any ideas? Cheers, Tui