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
Breaking an ArcCurve - how?
-
I'm using
Entities.transform_by_vectorsto move the vertices of some mesh. But when they are part of anArcCurve, SU tries to keep theArcCurveintact - so the vertices doesn't move to where I want them to.I'm looking at the
CurveandArcCurveclass looking for a method to explode theArcCurve- or simply convert theArcCurveto a regularCurve. Anything to prevent SU from maintaining the arc in theArcCurve. But I can't find any methods that works.Anyone got any ideas?
-
Yes Thomas - you blind pillock - it's under the
Edgeclass.Edge.explode_curve
http://code.google.com/apis/sketchup/docs/ourdoc/edge.html#explode_curve
Advertisement