Scope Boxes - selecting/manipulating creating a list

Hi

I’m just looking at the same thing. I try to find some methods or properties in the Revit API I can use, but until now I haven’t found anything.

You can get the edge curves of with the Element.Geometry node, and from there you can get some information. I have made a simple definition which finds the orientation and center point based on these curves, but I relies on that the order and direction of the curves are the same for each scope box, which I do not know if it’s the case. I does seem to work for the scope boxes I tried until now. The definition only accepts one scope box at the time for now…

I don’t know how to manipulate the scope boxes, apart from using the ElementTransformUtils methods in the API like move and rotate.

ScopeBox.Query 141219-090940