Generating Core/Perimeter Zones Error

Hi all,

Can anyone tell me whether they can use PO_GenRoomPerimeters function inside Rhino plug-in PO.V1.52.12.0 (Oct 07, 2024) ?

I also give it a try with simple box model but didnt work either.

Thanks,
Levent

Hi @hlkocalioglu, I can recreate this issue on my side.
I am looking into it now.

1 Like

Ok, this command is running some Python code for the core logic, and I know there are a lot of updates on this to support the Model Editor.

Hi @chriswmackey, could you remind me if you have made a single command/function for creating perimeters from floor geometry? I think this is a good opportunity to update this command to use the latest code you have been working on.

2 Likes

Thanks, @mingbo .

I remember that this is one of those things where we talked about giving you a simple, stable function to call so that you don’t need to have a bunch of Python code on your end. It looks like I added such a function 2 months ago that does this exactly:

You can see that it’s implemented in the CLI so it should work just like all of the other functions you are using for the exporters.

Let me know if you have any questions.

Thank you @chriswmackey, yes, that’s what I remembered, but somehow, I couldn’t find where the code is.

I am updating this now, and will keep you posted.

1 Like

This should be fixed in this PR fix(core): update core for fixing PO_GenRoomPerimeters by MingboPeng · Pull Request #1208 · pollination/rhino-plugin

2 Likes

This should be fixed in the latest release v1.52.19.

1 Like