Jump to content

Somar Texto com Layer diferentes


Slevyleoa

Recommended Posts

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);

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...