Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
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