π’ PlaceMaker | 25% off for February including new Google Earth data imports!
Learn more
Breaking an ArcCurve - how?
-
I'm using
Entities.transform_by_vectors
to move the vertices of some mesh. But when they are part of anArcCurve
, SU tries to keep theArcCurve
intact - so the vertices doesn't move to where I want them to.I'm looking at the
Curve
andArcCurve
class looking for a method to explode theArcCurve
- or simply convert theArcCurve
to 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
Edge
class.Edge.explode_curve
http://code.google.com/apis/sketchup/docs/ourdoc/edge.html#explode_curve
Advertisement