Extrude a group of curves to it's layer instead of the current layer

Hi,
Is it possible to use basic (Extrudecrv) command to output extrusions to the curve’s layer NOT the current layer? ther is no options for that in this command, is there a way?

Thanks for your great help.

Hello - no you’d need a script for that. Even then a bit tricky without duplicating all the ExtrudeCrv UI and preview etc,; probably easier to keep track of the curves and associate each with its extruded output…

ExtrudeCrvsToInputLayer.py (741 Bytes)

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

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

-Pascal

1 Like

Thanks a lot pascal, really appreciated!

Please add this natively to WIP. As a suboption in the command. Thanks.

1 Like