AutoCAD 2013 :: Breaking Multiple Objects At Once?
Feb 28, 2013
Is there a way I can break multiple ojects at once? For example, I have a row of consecutive circles (shrubs on a landscape plan) that overlap. I would like to elminate just the overlapping portions.
View 2 Replies
ADVERTISEMENT
Apr 12, 2012
how i can break multiple lines where they intersect, I have done research on Qbrick but cant seem to download one that works
View 1 Replies
View Related
Oct 7, 2010
How do you break multiple lines along a line?
I.e. you have ten horizontal lines 3m long and one vertical line running down the center of the 3m lines. I need to break the horizontal lines in two where they touch the vertical line without having a line smaller then 1.5m.
On a single line I can do it using the F command and clicking twice on the intersection but is it possible to select multiple lines ant the same time and use the crossing line to cut along?
View 9 Replies
View Related
Sep 10, 2013
I have a lot of polylines that are all over a drawing from an outside source. Unfortunately the only unique properties about them are:
AREA = .14 sq in
PERIMETER = 1-11/32"
Everything is on the same layer, color by layer and are at the same elevation.
Any way to select just these closed polylnes? I tried quickselect but the AREA option did not work (it wouldn't except just the .14 value), and there is no apparent PERIMETER value to select.
View 3 Replies
View Related
Apr 5, 2013
Breaking objects intersecting with a polygon and erasing them with an option outside/inside,
I couldn’t find out a single lisp file that can
Break all objects intersecting with a particular polylineAnd then erase objects with an option to choose inside/outside objects
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 4 Replies
View Related
Jul 3, 2013
I have long used the following lisp to convert multiple single text objects into multiple mtext objects (i.e. make each text entity into separate mtext entities).
; T2M - convert individual Texts/Dtexts to individual MTexts
; modified by Xanadu - www.xanadu.cz
;
(defun C:T2M (/ ss i elist)
[Code]....
However, the mtext entity always moves position slightly (compared to the original text entity) after converting the object. better lisp that converts multiple text entities into mtext entities (which are all separate still, i.e. not joined together) without the position of the entity changing?
View 4 Replies
View Related
Jul 24, 2011
I'm currently sitting with the following problem in CorelDraw 11:
I have four circles, one inside the other, with the circles getting smaller towards the centre. I want the two outer circles to be joined and the two inner circles to be joined. Text will be placed on top of these circles and I want to cut out those sections of the circle which will be covered by the text. The circles will also be filled with different colours. Simply placing the text on top of the 'rings' is not an option as the there are also two logos on the right which cover part of the circle (the part which I want to 'cut' out).
I've tried Combine and the Knife tool but somehow I just don't seem to achieve my goal. This would be a lot easier to explain if I could upload a PDF of the image.
View 7 Replies
View Related
Sep 27, 2013
I have one layout. On that layout I want to have 2 viewports. I also have ssay block A and block B I want to insert.I would like Viewport1 to display block A and viewport 2 to display block B.
What happens to me is when I created Viewport 1 and inserted block A. I go on to create viewport 2. But viewport 2 displays only block A, which I cannon delete to insert block B.
View 1 Replies
View Related
May 2, 2013
A user is having problems when using the copy command in AutoCAD 2013.
When they select objects, its not reporting on the commandline how many objects its found or keeping a running total of objects selected. Not even any duplications...
I've tested it on my machine but i cannot replicate the issue and have never come across this before!
Is it a bug? Is it a variable? User setting etc.
View 9 Replies
View Related
Jun 24, 2013
Imagine a layer containing 10 squares, each square is isolated (none are touching). I need a quick way to put each of those squares on its own layer. Is there something already built in, or any plugin or action?
View 12 Replies
View Related
Nov 21, 2013
I recently added 2 monitors to my set up to bring my total to 3. I am trying to figure out the best way to work on one drawing, with 2 differant veiws on each of the 2 main screens.
I would like my main screen to have the plan view and the second monitor to have an isometric veiw (or whatever I need at the time) of the same drawing. Is there a way to have the same drawing opened up in another window, in one session of Autocad 2013. One on the main screen and one on the secondary.
View 1 Replies
View Related
Jan 23, 2013
Im trying to deploy AutoCAD 2013 multi language. English + German.
I have included the Service Pack 1.1 and the plain english deployment is working find via the admin image.
Then downloaded the german language pack here: [URL].......
Plus the recommended hotfix on the page:
We are also providing a "hotfix" for Autodesk Content Explorer at the bottom of this download page, required after installing an AutoCAD 2013 language pack.
Uninstalling old Content Explorer + installing Language pack works(as depoyment package). But then Im stucking at this hotfix
How do I create an admin image or install it silent. Nothing seems to work.
View 1 Replies
View Related
Dec 7, 2011
In Auto CAD 2007, if I want to extrude multiple objects, I can give reference length by pointing start and end(the obeject will extrude with positive value), but in 2012 I can’t use reference length. Sub-command “Direction” can use z-axis length only. How can I use like 2007?
View 7 Replies
View Related
Mar 30, 2012
JOIN command has the option selection and merging several objects at once, but I can not join more then one line.
View 7 Replies
View Related
Aug 5, 2013
I am exporting a design for 3D printing, and it includes multiple objects. If I save each part as a separate STL file, and assemble them in my 3D printer software (Object), the alignment of different parts is lost.
If I save it as a single STL file all the objects are grouped, and I cannot select them individually to assign them different properties.
I am using Autocad 2012 student version, and it does not allow me to select any option at the moment of exporting the files.
View 2 Replies
View Related
Aug 22, 2005
I've been having trouble selecting more than one object with the pointer. the program was just reloaded on the computer, but this problem has happened multiple times now. everything will work fine for a while, then suddenly, when trying to select objects during a command, i can only select one. (ex. trying to copy multiple lines, i can only select one to copy at a time).
View 9 Replies
View Related
Apr 28, 2011
I would like to return multiple objects from a function. can it be done? and how?
function DrawLines()as object
objline1 as new line
objline2 as new line
[..]
return 'objects'
[code]....
View 2 Replies
View Related
Mar 29, 2012
the issue is when i try to publish multiple dwg files which containing civil 3d objects including data ref to pdf it won't do it other whatever drawing is currently open.i kinda can see why. because the data ref reading is not programmed in when "invisibly" opening the cad files. xref are autocad native and it works.
so no warnings or anything. just publish the first one and told me it's done. i've seen this years ago when first started using civil 3d but then i just never complained here.
is there a solution for this? what i did before was obviously open each drawing. then publish, huge waste of time. making me hate my job because of repetative tasks. i almost always try to automate.
yesterday made a program to make one surface for each csv file there was hundres of them and basically 2 hour programming and 1 minute to process the files once got the program working.can read subfolders to find csv file too.
Civil 3D 2012
Work: Xeon W3503, 12GB, Quadro 2000, Dell P2211H x 2
Home: 3930k, 12GB, GTX 590, U3011, QX2710
View 1 Replies
View Related
Jan 23, 2013
Is there a way to allow Inventor 2013 to copy multiple objects when executing the 'copy' command ? Similar to in AutoCAD where you can continue to copy objects in multiple instances instead of it terminated after a single copy ?
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 5 Replies
View Related
Aug 15, 2012
I'm using QSELECT to select all objects on a layer, sometimes I need to select objects from 5-7 layers.
Right now I use QSELECT, select 1 layer, click OK, open QSELECT again, select another layer and repeat. Is there a faster way to do this without scripts?
I'm sure some of you do site drawings, how do you measure a curve? Some restaurants or cafes have a rounded serving counter, how you measure the radius to plot into autocad?
View 9 Replies
View Related
Aug 17, 2011
Is there a way to align multiple objects along the same axis as the further most object? As an example, to have the right side of three boxes line up with the right side of the box furthest to the right.
View 9 Replies
View Related
Jun 7, 2011
Any good script that allows you to align multiple objects to a line? I've found the ALIGNIT.lsp, but it's not working in Autocad 2012.
It's like this:
I have a horizontal line. Above it, there are +200 objects. They are aligned in the right rotation already, but I just want to move all the objects lower line to my horizontal line.
View 6 Replies
View Related
Oct 2, 2012
If you can use the ALIGN command to align multiple text objects in the Y-Axis? (or X-Axis as well)
I know about changing the X value of a bunch of text objects to align them that way. I'm just wondering if the ALIGN command will allow you to do something similar?
I want to do this without lisp too. If there are other methods I'm always wanting to learn! I just had a new cad user ask me about the ALIGN command and I couldn't get it to do it.
View 3 Replies
View Related
Sep 11, 2012
I have always been able to highlight separate objects in model space, and now i can only do one at at time??? I click on the second object, and the first one stops being highlighted.
I don't know if somehow i changed a setting on accident, but i don't know how to get it back to be able to do multiple separately.
View 3 Replies
View Related
Sep 11, 2013
I have this problem with my drawing. before I decided to post here, I first ask mr. google about the problem but to no avail. anyway, here's my problem:
I have this drawing. 3d object. with multiple items. and would like to create a 2d detailed view of the items.
what i did was isolate the first item and did the base view command. after the command, I then hid the first item and isolate again the second item. but then I always get this pop-up menu that says "A model has changed" and my item is missing. I ignored the warning and poceeded with my second model and so, on. after the process I unisolated all my items and most of the drawings are there and some are lost. Is there a proper way of doing this base view for multiple objects without disrupting the previous drawing that I objects?
View 9 Replies
View Related
Feb 20, 2012
I can not remember how you do this QTO seems to only let you pick one object at a time surely there.
is a faster way crossing windows does not seem to work within the command.
View 2 Replies
View Related
May 11, 2012
My question is, if there any tool /command, utility in autocad to select all objects of one type at one time : for example all text objects or all dimention objects if these objects on different layers and have different properties. in my work I have to insert many blocks(not annotative) or parts of drawings which were created by other people and have different from mine settings and properties of text and dimention objects. the insertions add so many layers and objects that I spend lots of time to correct them and to figure it out.
is there any way( command, utility) to select and manage all of these objects at one time?
P.S.i think it is very unconvenient that the plain autocad does not have dimentions and text as families or some sort of groups that s easy to manage.
View 1 Replies
View Related
Dec 3, 2012
I don't seem to be able to select multiple objects at the same time, it is probably a setting that is wrong somewhere but can't find it.
View 2 Replies
View Related
Feb 7, 2012
can't select multiple objects with the grip, it work previously until someone change the variables.
View 4 Replies
View Related
Aug 4, 2011
I want to be able to select all my viewports in all my layouts at the same time. Is this possible? Qselect only catches objects in the current tab.
View 9 Replies
View Related
Dec 22, 2011
I was wondering if there is a way to edit single line text when there are multiple objects selected. I have multiple text which need their justification edited but there are non-text items amongst them. Instead of clicking on each of them I would like to just select the area and then edit the text as required.
View 3 Replies
View Related