Notifications
Clear all

[Closed] slice selected polygon

Hi all

I try to simplify the workflow in our company and learn max scripting .
We do a lot of Architectural Visualisations and i try to code a simple Window Tool.

You just select the polygon, where the window is located and it will create the window.
To create different window styles i need to slice the polygon in desired pieces.

Is there an easy way to slice a selected polygon horizontal and/or vertical in the middle with max script?

Thanks!

Greets kd

3 Replies

Yes, use polyop.tesselate, there was a thread about it recently.

yup, here ya go

modPanel.addModToSelection(tessellate facetype:1 type:0 iterations:0)

thank you both