Print at Dec 19, 2025, 7:45:32 PM

Posted by dorin at Dec 7, 2022, 6:40:04 PM
Re: Generate roof plugin
1. By source code I mean the code behind the executable.
Something like this:
if (r == 0) {
if (!roofProjection.isClockwise()) {
roofProjection = getReverseOrder(roofProjection);
}
} else {
if (roofProjection.isClockwise()) {
roofProjection = getReverseOrder(roofProjection);
}
}

This is free to use and free to modify.
Usually a payed software will don't make it public.

2. About contributions: who really want will find a way.
To make it easy: Find the Donation button or directly here
----------------------------------------
A computer program does what you tell it to do, not what you want it to do. Murphy's Law
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law