Search the Community
Showing results for tags 'layer change'.
-
Hello, I am trying unsuccessfuly to switch layers from EXCEL. This is my code: Please advise Thanks Public Sub MISKO() Dim ACAD As AcadApplication On Error Resume Next Set ACAD = GetObject(, "AutoCAD.Application") Call ACAD_SELECT_LAYER("BIBI") End Sub Public Sub ACAD_SELECT_LAY...
-
Hi there, here a thing I want the do with LISP: I want to change multiple Objects with different Layers, that each Layer change to a different Layer. Example: Select entities with (ssget "_:L" '((8 . "Layername1, Layername2, etc"))) Now change Layer: Layername1 → 1_Laye...
- 16 replies
-
- layer change
- layer
-
(and 2 more)
Tagged with:
-
LISP | IF Conditions | Copy to Existing Layer
bluebravo posted a topic in AutoLISP, Visual LISP & DCL
Goal: LISP that copies selected objects to existing layer, using layer name shortcuts. Example: 1. Select objects 2. "CX" (Lisp command) asks for layer to copy into 3. "1CC" (Shortcut) Copies to actual layer name 1_COLS-CONT OR "2CC" copies to actual layer name 2_COLS-CONT, etc. I hav... -
Change block color through block table
mechaneco posted a topic in AutoCAD Drawing Management & Output
Hi everybody, I wanted to know if there is a way I can control the layer a block is in through the block table, so if I change a set of parameters through the table, one of them could be "Layer" and that way I can change it appereance. I want to avoid visibility parameters, as there are too many pe...- 6 replies
-
- dynamic blocks
- autocad
-
(and 1 more)
Tagged with:
-
Is there a way to remove layers in bulk?
steelcityj20010 posted a topic in AutoCAD Drawing Management & Output
I have a series of drawings that I am now in charge off and three or more people have worked on it. I have changed all of the layers on the drawing to my layers. but there is 50 or more layers from other people editing these drawings. is there any way to remove the layers at once or can I only remov...- 3 replies
-
- layer change
- layer
-
(and 1 more)
Tagged with:
-
Hi somebody please help me with a lisp program, which changes the layer of all tags in an attribute block into single layer selected by the user.
- 11 replies
-
- layer change
- attribute blocks
-
(and 1 more)
Tagged with:
-
Hi all, I'm currently using AutoCAD 2014. I'm use to using AutoCAD but have never used VBA or AutoLISP before. Really just found out about them from doing some research on the internet and hoping for some help with my dilemma. I have a floor plan already drawn and each individual room alre...
- 5 replies
-
- layer change
- excel
-
(and 2 more)
Tagged with:
-
We have changed the color, line weight and description of specific layers. We used to use Layer state to update the layers, now we use the design center. Changes made in Example 1. Example 2 has the wrong layers - so Design center is open, layers from Example 1 are dragged and dropped into Exam...
- 4 replies
-
- layer change
- layer
-
(and 2 more)
Tagged with:
-
Change into current layer Even Block object also with support of EXPLODE
akgbmb posted a topic in AutoLISP, Visual LISP & DCL
Is there any lisp to do the following? > Select objects to be changed to the current layer > if selected object is block then EXPLODE and change into current layer > Select objects’s color change into ByLayer -
One lay different color objects so how can i change same color object to another lay
121madhu posted a topic in AutoLISP, Visual LISP & DCL