Hi,
I created a simple list which populates all circles created in a part body:
`PartBody`.Query("Circle", "")
This will keep adding any new circles also that I create later in the design.
Now I want to get the diameter of a circle, say 2nd circle in the list and assign it to a length...