AutoCAD VB :: Select Line And Move The Line To Another Layer
May 12, 2011
I wan't to move a line with color red and linetype continuous on layer Kader to another layer called Plaatuitslag.
Which code must I use to select the specific line and move it to the other layer Plaatuitslag?
Is it something like If line has color red and linetype continuous then move etc??
At the end i wan't to select all objects in the drawing which aren't on layer Plaatuitslag and delete all those objects.
View 1 Replies
ADVERTISEMENT
Jun 28, 2012
if I select a line, then enter the move command, the line unselects also when I select a line, then hit delete, the line is still there both of these used to work
2013 Civil 3D
View 2 Replies
View Related
Aug 5, 2011
I try to create a new pipe dynamic block. But I have a problem with my block. In the block, the distance2 I wanna change to some sizes follow the table. And the center line, it changes follow the sizes table, and must be center line when I change pipe size. I can not do it. How to make the block working correctly.
View 8 Replies
View Related
May 13, 2013
I want to move a layer or a selection in a straight line.
for example: I have a layer and only want to move it horizontally and NOT vertically.
Is it possible in GIMP? If yes, how?
View 3 Replies
View Related
Sep 12, 2013
For example, I'm making revisions to a plan and drag a block or xref of the floor plan changes where walls/doors/windows have moved. I want to be able to simply pick the underlying linework as opposed to tracing over each line of said xref/block.
View 8 Replies
View Related
Feb 11, 2007
I am trying to draw a line. Now all of a sudden, there is a stupid arrow. how to do i turn this annoying freature off?
As well, I want to draw multiple lines on one layer, however everytime I draw a line, i get a new layer!
View 1 Replies
View Related
Jun 5, 2012
When I draw a square and then a line attached to the square and then try to move the line the line the square move with it. How can i avoid that
View 1 Replies
View Related
Oct 4, 2013
master im new in autocad 2014....i have a problem now when i select line or object it highlight or make a broken line....but when i select the other object or line my previous selected back to normal..i mean i can select only one line if i use single selecting....how to select all object or line with single select continuously, except using hold left click...
View 1 Replies
View Related
Oct 9, 2011
Is there a method to move gallery tabs so that Page & Layer Gallery tab is first in line (at the top) of docked gallery tabs at the right of the screen? I can move gallery tabs, but cannot make Page & Layer gallery tab move to the top.
View 3 Replies
View Related
May 3, 2013
How can I select more than one line at a time? Until recently every line I selected would stay selected, now for some reason, I can only select one line at a time. If I select a line say to delete it, and then a second the first de-selects and only the last line selected will delete.
View 6 Replies
View Related
Dec 29, 2013
Closet point? No
Intersection point? No...
This point is a special point, just corner of the PolyLine.I plan to only allow the user to select the red line, then the program loops through all polylines near the red line, and then find that point
View 7 Replies
View Related
Apr 18, 2012
I am trying to fold the attached sheet metal part that is created from an imported ACAD drawing. After cleaning up the sketch I created the face and then created a sketch with the first bend line on it, but when I attempt to flod the part it will not sellect the bend line. I have attempted selecting the line before selecting fold and that does not work. I have placed the sketch both on the part surface and the datum plane. The only line I can get fold to select are the two ends of the part but I don't see how anything could be bent off the end of the part.
Inventor Premium 2013 SP1.1
Vault 2013- plain vanilla version
HP G71 notebook
celeron cpu w 4gb RAM and 64 bit system
Win 7 home premium
View 3 Replies
View Related
Aug 20, 2012
There is a layer or I would like to cal it a design which is made up of several different lines. But when I try to select a single line, the whole design gets selected/highlighted instead of a particular line in the design. What is this issue and how to overcome it? Layers are confusing in Autocad
In the top image I tried to select a single string but the whole design is highlighted where as the lower image shows it before selection.
Selected.jpgNot selected.jpg
View 7 Replies
View Related
Sep 25, 2012
Having issue with isolating a layer (any layer other than one that contains a hidden line type), and then having the hidden layer appear behind it when attempting to initiate a command?
Attached is an example. The first image shows my drawing with object layer isolated. But as soon as I enter some type of editing command (move, rotate, etc), in this case copy, my hidden layer appears (see second image).
In my LAYISO settings, I have it set to lock and fade, but it does not lock unless I manually set my hidden layer to lock in the layer coAttachment 37450Attachment 37451mmand.
View 8 Replies
View Related
Sep 13, 2012
I have a block with 10 rectangles in each with 3 lines of text. Each 3 lines of text is attributed to a tag
so the first line is IN-0 DESC1,
second line is IN-0 DESC2
third line is IN-0 DESC3
I have deleted the data from
IN-3 DESC1
IN-3 DESC2
IN-3 DESC3
and i want to move the data from
IN-4 DESC1
IN-4 DESC2
IN-4 DESC3 etc
up to the position of
IN-3 DESC1
IN-3 DESC2
IN-3 DESC3
can this be done?
other wise i will have to click on
IN-4 DESC1 cut the data then open up IN-3 DESC1 and paste it then repeat for
IN-4 DESC2 cut the data then open up IN-3 DESC2 and paste it then repeat for etc
View 9 Replies
View Related
Oct 1, 2012
Currently using civils 3D. MY command line/toolbar has for some unknown reason shrunk to 2 inches in length.
When I try to resize it, there is no way to reposition it, resize it, or alter it in any way.
View 5 Replies
View Related
Jul 18, 2013
When trying to stretch of move a line in AutoCAD using the grips, it will move additional lines that are touching. It does not do this for every line in the DWG. It seems to be random. They are not grouped. What could be the problem.
View 3 Replies
View Related
Jan 1, 2014
I want to load file with database.ReadDwgFile
i dont want use editor (i don't want use CommandFlags.Session)
after the load in the database (see my code for xdb), i want to select all bloc within a closed line entity (within the xdb)
but how to do that whitout editor (editor..SelectWindowPolygon )
here my code for load each file , and mémorize all block for each file
Dim CollDocOuvert As New Collection For Each NomFichier In Fenetre.CollFichier 'recherche et extraction des blocs Dim Fichier As New IO.FileInfo(NomFichier) If Fichier.Exists = True Then GestionAUTOCAD.TxtOnLigneCOmmande("Gestion du
[Code]....
StatusLabelBar is a component of my form for write msg. is use me.refresh and a timer (1s) for refresh my form. (a trick i have found for do this [if you have better trick i take it.])
View 9 Replies
View Related
Nov 8, 2012
When I try to use the move tool and hover over an object, the marker tool bounces around and has trouble finding the selection point. When I zoom in close to get the exact point on a line - it doesn't select anything, so I can't actually move an object.
I've tried adjusting the object snap settings however this doesn't seem to be working.
View 3 Replies
View Related
Oct 9, 2013
How can I change this :
Unselected - Selected
Can I make this line a bit thinner ?
It's a kind of highlight but makes the table unreadable.
View 9 Replies
View Related
Oct 12, 2012
Is there a way in the command line to select certain objects. For instance if there is a cirlce a line and a square can i just select the circle using the command line. When i try to save as an STL file i can't find it anywhere. Does surfsculpt not work? Everytime i use it it says it failed. Also when i make an ellipse is there anywhere to specify the X Y and Z lenghts?
View 6 Replies
View Related
Jun 20, 2013
why, when i select a groupe of line to make a copy,when i zoom, i can't see anymore half of line.
View 2 Replies
View Related
Apr 18, 2012
RE: Autocad LT not able to move an entity along a line a specific distance using cursor snap and dynamic input
What I want to do is move a line on an angle a certain distance in the direction of the line itself in this case 20mm
What used to happen is you'd simply select move and an endpoint on the line then hover over the mid or opposite endpoint of the line and enter 20 and it would move 20mm along the trajectory of the line.
The same set of actions now only seem to allow you to move the entity 100mm (the default value) along itself in the correct direction. If you enter 20 it does not move and if you enter 50 it moves 100!
View 9 Replies
View Related
Sep 16, 2011
i wanna making a extrusion from every select line in Part
/code
Public Sub test()
Dim oPartdoc As PartDocument
Set oPartdoc = ThisApplication.ActiveDocument
Dim oCompDef As PartComponentDefinition
Set oCompDef = oPartdoc.ComponentDefinition
Dim oSelectSet As SelectSet
[code]....
so this code dosent work
View 6 Replies
View Related
Feb 21, 2013
I am running AutoCAD 2010 full version. Every time I select a line or a group of lines or objects. My program freezes up for a couple of seconds each time, to scan the drawing. So a task that should take 10-15 minute is turning into 25-30 minutes nightmare. Every selection I make there will appear a progress bar and the words "Scanning the drawings..." in the bottom left hand corner of the screen. Is there some setting somewhere i can turn this scanning feature off? Is this issue linked to the layer states?
View 4 Replies
View Related
May 22, 2012
There is a very complecated drawing. Texts are on a line and crossing a line or something like that. Some texts has insertion points on the line. When the line is selected by LISP, only the specific texts with insertion points on the line are selected. Does it make sence?
View 8 Replies
View Related
Oct 5, 2012
Is there a way to draw a single line offset to the geometry that I select? I am trying to use multi line by modifying a style but it will not allow for one line offset at 4".
View 2 Replies
View Related
Jun 25, 2007
is there a command or even does any lisp routine to select a line and evenly divide it in to however sections you want?
View 9 Replies
View Related
Feb 12, 2013
Can I select a line and get the nearest endpoint so I can do something to the line using the endpoint as a base?
It will include an ssget and an osnap "end" in the code, but not too sure how to put it together.
View 3 Replies
View Related
Jun 14, 2011
I'm using Autocad 2004 with LDD. My text style is set to Standard with simplex.shx as my font. When I select add static labels and select a line, the label is gibberish. I have tried different fonts but have the same results, gibberish.
View 5 Replies
View Related
Dec 11, 2012
I have autocad 2012 LT.
My colleague has made xrefs for the first time. She can edit them - no problems. When I try and select a line the whole plan is selected with blue squares, then crashes. Its like it is locked. I have tried:
* updating all service packs
* edit in place
I do not know how to edit anything in the xref file.
View 9 Replies
View Related