How to do "selection"-"make cell" in code?

Hello, I need make some instance to a cell so I can rotate them together, but I can't find that function in ruby doc?
Is there any way to do that ?
thanks

Comments

  • Hi @Default

    That function is pretty complex and there is no binding for Ruby. I can probably be coded in Ruby or Python too, but that is not trivial.

    But for rotating a group of objects, you do not need to make them into a cell. You only have to apply the same transformation to all of them.

    Matthias

Sign In or Register to comment.