Make solid of 2 Planar Surfaces (2-click, maybe Loft Makro?)

Hey guys, I have to create a lot of 5cm panels from the surface offset which works now like a charm through @Willem s tip with offset mesh.
1 question remaining is if there is a quick way to select to surfaces and make a solid (in my case a foam panel 5cm) out of them.

Thank you for any idea!

Hannes

Hi Hannes - here’s something to try - it is very quick and dirty so there may well be plenty of cases that do not work right but for simple cases…

MakeEdgeSrfs.py (2.7 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

Hmm- well, it works well with copies, and not so well with offsets…

@hannesgrebin - I’ve updated to fix some things - redownload…
-Pascal

1 Like

@pascal You are my sorcerer - listened to Wayne Dyer today, so sorcerers are connected to god source :slight_smile: Thank you!

WORKS WONDERS!!! thank you <3

1 Like

@hannesgrebin - just to take it a little further, since it seemed at least possible, here’s one that will attempt to match up pairs of surfaces if you select them all at once.

MakeAllEdgeSrfs.py (3.7 KB)
EDIT: Small update

-Pascal

Whooooah. A game changer!!! thank youuuu! @pascal

Works like Magic!

1 Like