Slevyleoa Posted January 23, 2023 Posted January 23, 2023 Somar várias layer diferentes ao mesmo tempo. Exemplo: Layer_Cabo1 - Texto - 30.0 10.0 (somar todas cotas em texto); Layer_Cabo2 - Texto - 25.0 10.0 (somar todas cotas em texto); Layer_Cabo3 - Texto - 15.0 10.0 (somar todas cotas em texto); Quote
BIGAL Posted January 24, 2023 Posted January 24, 2023 Lots of examples out there, make from a list in lisp code, make from a file with details name,color,linetype,description read direct from excel make a script ; lisp (command "-layer" "MAKE" "Layer_Cabo1 - Texto - 30.0 10.0" "M" "Layer_Cabo2 - Texto - 25.0 10.0" "M" "Layer_Cabo3 - Texto - 15.0 10.0" "") ; script -layer MAKE Layer_Cabo1 - Texto - 30.0 10.0 M Layer_Cabo2 - Texto - 25.0 10.0 M Layer_Cabo3 - Texto - 15.0 10.0 in the script the last 2 lines are blank Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.