Transformations to faces
-
Is it possible to apply a transformation to individual faces or just groups and components?
-
I ithnk you can use transform by vectors, but im not sure about transformation objects.
-
You can use a transformation object on face and edge entities if you use the entities.transform_entities method:
http://code.google.com/apis/sketchup/docs/ourdoc/entities.html#transform_entities
That makes it easier to just scale and rotate and stuff.
Chris
Advertisement