Orient Faces
-
There is a great tool in Sketchup tools called "Orient Faces" that its meant to turn all contiguous faces the same way as the one selected. Does anybody know how to invoke this tool in ruby script?
For example i can make a list of certain faces that I’m sure they are properly oriented and then get all other faces connected to these faces and have them oriented to the ones I’m sure off using this function -
@morci429 said:
There is a great tool in Sketchup tools called "Orient Faces" that its meant to turn all contiguous faces the same way as the one selected. Does anybody know how to invoke this tool in ruby script?
For example i can make a list of certain faces that I’m sure they are properly oriented and then get all other faces connected to these faces and have them oriented to the ones I’m sure off using this functionYou can't access the 'orient' tool through the API, BUT ages ago I wrote a Face class method - http://forums.sketchucation.com/viewtopic.php?p=15273#p15273
-
Great, it does the job for me.
Thanks again
Advertisement