a month ago
Hello,
In the case of a zone type GDL object, is it possible to somehow print the side lengths of the zone? If this can be done, then these length values could be used to perform various calculations.
Is there a solution for this?
Gábor
a month ago
With ROOM_PERIM you can get the total perimeter of the zone/room. Or ROOM_WALLS_PRM for only walls.
If you want to get the single sides of a zone, I think it is only possible with the ROOM Accessory. There you have an Array-Parameter with the zones coordinates, but only after you have placed an object with the ROOM Accessory; but I think, this is not, what you want.