1. I want to know what make the "LAYER" command and what parameters is necessary, please?
2. What is the CMS ICAD command to the place of AutoLISP "CHPROP" command?
Re: How to know the "LAYER" command make?
#2Please type the command "-layer" then input the parameters as you like.
refer this: The same for the command "ChProp".
refer this: The same for the command "ChProp".
Re: How to know the "LAYER" command make?
#4Ha yes in the history command panel may be.....QuanNguyen wrote: ↑Fri Jan 21, 2022 8:21 amPlease type the command "-layer" then input the parameters as you like.
refer this:
LayerCmd.png
The same for the command "ChProp".
No!
Mine (french ICAD) is empty : http://sitarchi.free.fr/Download/Image%20002.png
--
I work on CMS IntelliCAD v10.0.1572.123806.PE.VC15.x64.CMS100a
Last edited by SPirou4D on Fri Jan 21, 2022 11:18 am, edited 1 time in total.
Re: How to know the "LAYER" command make?
#5Hi Sim8458,
Yu're welcome. I am new here but I want to study the LISP for CMS ICAD.
Yure right and mine v10 has the "CHPROP" too.
I havn't used the command prompt but the commands bar only
So now it's clearer! I see all the parameters
I understood that "_LAYER" create/modify layers and "CHPROP" to change the properties of objects.
(command "CHPROP" 1 2 3 4 5) ; so there are 5 parameters
===============================================
(command "CHPROP" ent "" "_la" (cdr (assoc 8 (entget plan))) "")
ent is the selected variable
"" end of selection
"_la" is the propriety "layer"
(cdr (assoc 8 (entget plan))) is the value of the layer
"" end of the command
At soon and thanks all!
Re: How to know the "LAYER" command make?
#6Yes now all is clear:QuanNguyen wrote: ↑Fri Jan 21, 2022 8:21 amPlease type the command "-layer" then input the parameters as you like.
http://sitarchi.free.fr/Download/Image%20003.png
but why with "-LAYER" and non "_LAYER" please?
Re: How to know the "LAYER" command make?
#7_layer = open layer dialog
-layer = command bar input (see QuanNguyen post #2 above)
Steve
-layer = command bar input (see QuanNguyen post #2 above)
Steve
Re: How to know the "LAYER" command make?
#8Thks Steve but on my v10 in french,
-LAYER and _LAYER don't display parameters! Strange not?
but when I change to english lang: I see parameters on command history or commands bar!
See here: http://sitarchi.free.fr/Download/result.jpg
So now I must code in english UI!