Is it possible to perform the following operation?
Make a copy of an instance of a component
Change its axes to match its alignments
Extract the measurements from the boundingbox and store them
Delete the copied instance
I have been able to do all the operations but I don’t know how to make the copy not to be inserted in the model, only to be treated as a virtual object. ( The purpose is that it does not interact with the rest of the model elements.)
My problem is that if the component that I copy generates openings (for example a window) or has elements that make holes in it (a wall in which there is a hole generated by a window), the component is destroyed.
What about if you create a group first - perhaps with cpoint at the ORIGIN - then create the copy of the original component inside that group (add it to group entities instead of model entities).
(I’m not sure - perhaps you just say a “placeholder” methods, but there is no #copy method for components, only for groups)