is there a way to extend a bunch of surfaces all extended from all sides?
thank you
is there a way to extend a bunch of surfaces all extended from all sides?
thank you
Hello - are the surfaces trimmed?
-Pascal
no, i didn’t think you could extend trimmed surfaces?
for my use they are all untrimmed and planar, i extract/copy faces, untrim them, and then extend to use as splitting planes but i have to do each one with a script i have to extend all sides.
thanks
I don’t know if this helps - it could be made a little fancier but just as a test -
ExtendAllSrfEdges.py (2.0 KB)
@kleerkoat - fancified a little - accepts brep faces but does not replace them.
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
btw, IP might be useful in your example as well.
-Pascal
ding ding ding! perfect! doing each one seperately was such a pain.
thank you