PLUGIN REQUEST
-
Hi all
Is there a plugin that will convert all curve entities into edges ... ?
Thanks
-
You mean one that automatically identifies everything called a curve and explodes them to edges?
-
Make a selection that includes the curves [needn't be solely curves] and right-click context-menu 'Explode Curve' to make them all into their separate edges...
No Plugin is needed.
BUT if you want to do some curve exploding 'in code' then look for selected edges and if they are curves explode them, thusSketchup.active_model.selection.each{|e|e.explode_curve if e.class==Sketchup;;Edge and e.curve}
-
Make fur? How's that one gonna help? Perhasp its does things I'm not familiar with?
Advertisement