Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Convert M1 bBox coordinates inside a hierarchy to upper hierarchy coordinates

$
0
0
OK, so if you have a single bBox you'd do: dbTransformBBox(bBox inst~>transform) where inst was the instance id of the instance of the pcell. So I mean that inst is an instance in hierarchy X-1, and the shapes within it are in the coordinate system of hierarchy X (using your terminology). To do it for your entire list, you'd do: B=foreach(mapcar bBox A dbTransformBBox(bBox inst~>transform) that would give you a list of transformed bBoxes. Hope that helps, Regards, Andrew

Viewing all articles
Browse latest Browse all 33813

Trending Articles