From a book, there is a shape shown as below. autocad_problem.jpg
It is shown for showing how to use "pedit" but not mention how to draw it. It should be drawn using polyline command.
Is there any easy method to draw it accurately.
The inner shape is at center position of outer shape.
The inner shape should be draw using "rectangle" > "chamber" command. However, don't know how much to chamber. There should be a easy way to do it instead of any calculation.
I am joining plines on the same layer, etc. I was taught to use PEDIT-Join but noticed that I can do the same function with just the JOIN command. Is there any difference? Is one better/safer to use?
how a drawing was exported from another program. My problem is: the PEDIT command won't give me the option to convert a line "I" add to a pline.
PEDITACCEPT: 0 or 1, problem remains
It is a drawing from an house designer, I am adding structural members and notes over the drawing. I could xref, but I need to move/erase some of their notes as well. It becomes cumbersome to switch to the source dwg, edit & save, move to current dwg and refresh, to have the note where needed.
This is a pretty strange to me drawing file. It seems that a bunch of system variables are altered and hopefully it doesn't migrate over to files originating from my machine.
I have some lines/plines..Pedit - J, then select my line and once I select the second one the first (last) selection is deselected. I cannot find the answer to this myself on google on here, i'm starting to get paranoid at my in ability to recall any of my AutoCAD working memory.
I want to join a couple of lines with arcs. Unfortunately I have got a dxf created with CATIA. When I try to join them with pedit it does not work.
If I move the end point of the circle away and snap it back to the line, I can join them. Blending the Curves together is working (this shouldn't if the endpoints match, right?)
You can see it in this screenshot:
(On the left the circle and line are joined after I snapped them together, on the right they are connected using "Blend Curves" as you notice the tiny white connection)
So here it leads to my question:
Those lines seem not to be lying end to end together so I can join them. Is there a function to snap them together or to automatically ignore/fill such a little gap?
when ever I enter pedit command, and I move into model space to select polylines to join, my curser/pointer disappears? I can not select any lines because I no longer have the little square box to select lines showing. I have nothing at all. When I move out of model space, my white select arrow reappears?
I have a .DWF underlay that I am tracing over an aerial. I need to create hatches for several areas, and tried to PEDIT the lines and arcs into a polyline. Several segments, however, were not "connected" to the adjacent segments even though I'd meticulously snapped to endpoints to draw the lines.
Is there a command or LISP routine to check for connectivity before I attempt PEDIT so I can fix the gaps first?
I'm trying to extrude a circle around a path in all dimensions, so I drew my path in lines, filleted the corners then tried to join using the PEDIT - Join command.
Firstly, the join says something like "2 segments added to 2 polylines" when really all I want is 1 polyline.
Second, when I try to insert my circle for extrusion I OSNAP to the end of the line, then when I specify the radius it draws in the wrong plane. So far the only way I have gotten around it is rotating the ucs. Is there an easy way to do this? my Dynamic UCS is on.
In 2007, I was able to select multiple polylines before typeing in PEDIT. When I was done with the command, I could then type in PEDIT and L for last and it would select the multiple polylines I had first selected. We just got 2012, and when I do L now it just selects one line. Can I change this?
In Autocad 2014 when I use the zoom or pan command transparently some information disappears (hatch) and only reappears when I finish the command. This did not happen with version 2009.
I'm trying to attach a hyperlink to a PDF but I keep getting the error message " AutoCAD could not open this file or could not parse a fle of this type". It also won't link to a Word document or speadsheet, but will link to a web page and a notepad text file.
I run ACAD LT 2010 on a Windows XP machine and also a Vista Laptop. I have tried to print the same drawing on both machines using the DWG to PDF facility with in AutoCAD. The drawing is a third party drawing in as much as I didn't draw it although it is an authentic ACAD DWG.
I get the same message but referring to different fonts - the message reads on the Vista machine:
"Cannot find or create the font "ArialMT". Some characters may not display or print correctly"
On the Windows XP machine it reads:
"Cannot find or create the font "Tahoma". Some characters may not display or print correctly"
The message seems to be generated by Adobe Reader.
My computer has 8 GB of RAM. However my autocad is not faster than a computer with 2 GB of RAM. I have Windows 7. Is there a way I can allocate more RAM to Autocad to make it run faster?
I downloaded a titleblock to look at and one of his layers for the lines that made up the bounderies of the titleblock, was placed on the "XID" layer. It was interesting to see that the lines had the properties of Polyline, although to my eyes it looked like a line segment.
I've been attempting to use the GEOMAP command to bring satellite imagery into one of my maps. I have followed theses steps:
1. Signed into my Autodesk360 account. 2. Assigned a coordinate system (SC83F) to my map. 3. Entered the GEO MAP command and selected "A" for aerial image.
Following these steps, I am unable to display the aerial imagery.
I've created system printers for our office using the "Add Plotter" application of AC. I've filtered paper sizes for the different printers. However, these filtered paper sizes are not the same for all workstations.
E.g. If I filter out all paper sizes and only check ISO A0 and ISO A1, on some of the workstations there are other paper sizes available. How do I avoid this from happening?
I have created a batch routine that plots PDF’s of a list of drawings. Everything is working ok. It opens the drawing, turns on and off layers, and then plots to PDF. The plots come out fine, but after each plot, it opens the PDF. This would not be a problem for one or two drawings, but when doing a few hundred, it becomes quite frustrating.
I can see how to change this using the plot dialogue box, selecting DWG To PDF.pc3 and editing the custom properties. But no matter how many times I change it does not save, and will open the PDF.
I have found a work around by killing the process Acrobat.exe at the end of the plot. But is there a better way of doing this?
we modeled prototypes of trains (locomotives) in 3dsMax, these models will be used to produce molds and thumbnails of these, you must give the producer STP files, max does not export these files, and we have exported in various formats supported by some programs if exported STP, eg Inventor, we have exported files are STL, oBJ and DWG, so far so good, all save the parts or layers without problem.
The problem comes when exporting from Inventor to STP, nothing happens, the STP file is as if you were empty, there is nothing ..
I have attached the DWG file, if possible, have 17 CAD models for export to STP.
I cannot seem to set the MdiActiveDocument synchronously.
I have code inside a <CommandMethod> that creates a drawing and then writes any error information to the command line. Since this is started in one document, if a fatal error occurs and the drawing does not get created, that message goes to the original document's command line.
In the case where a drawing gets created with errors (say partial success), I would like the errors to appear in the new drawing (new active document's) command line.
The behavior when setting Core.Application.DocumentManager.MdiActiveDocument is peculiar. The application can hang for a long time if you do not click anything. If you click the document (from the taskbar or clicking on the window), it breaks out of the hang and continues to execute, but the active document is not changed. The MdiActiveDocument still points to the original document. You can also see that it does not change because doc.IsActive = False. This state could be because when you clicked, you really did make the original document active (again? still?). To break the hang, I think the click has to be on the original document.
On an example like [URL] ... there is no action taken after MdiActiveDocument is set, so I assume that it is actually set when the command is completed, not synchronously. I am not absolutely certain of this, though.
<CommandMethod("AUTODRAWPN")> _ Public Sub DrawPartNumber() Dim ed As Editor = Core.Application.DocumentManager.MdiActiveDocument.Editor If IsNothing(drwr) Then
[Code] .......
Is there a way to set the MDIActiveDocument? Should it be hanging like this? Should I be looking at an altogether different way to handle this?
Trying to use doc.Editor without setting the active causes a eNotApplicable error, so that is not a way out.
I am using AutoCAD 2013. The following link implies that this could be a 2013 specific problem, but I do not know that for sure. [URL] .....
I downloaded the LT trial version with a new computer with Windows 7 Pro and LT keeps shutting down. If I close a file the whole program shuts down or sometimes it just randomly shuts down.
The purchasing group in my company need to batch plot autocad dwg files to pdf files to send to vendors. They do not have AutoCAD on their computers. I have done searches on the internet for programs, but I am leary of donwloading them. If I use the AtoCAD API in a program can I make it so they don't need AutoCAD to plot?
I have plotted to PDF before, but on this particular drawing I'm losing some part of the drawing.
Two viewports at different scales. The larger viewport (zoomed in) plots perfectly. The smaller viewport (zoomed out) only plots the CAD layer (green line), but does not plot the Shapefiles (green dots and gray lines). Shapefiles are on their own layer, that layer is turned on. These are the only three items in model space; the black text and arrows are in paper space on the layout tab and render correctly in the large viewport.
Is it a scale issue with the shapefiles in the small viewport or a plotting issue?