I have got a recordset that contains a bunch of ehandles for closed plines. Currently I cycle through the recordset, change each ehandle to an oblject and hatch it. It works fine, but is a tad slow. I would like to put all of the ehandles into a selectiion set (maybe?) and hatch them all at one time.
I've been trying to figure out how to do this. I have a file with 41 drawings, and 7650 objects. and i want all the lines, arcs and circles to be turned into polylines. Now the Mpedit command doesnt really do it for me.
Command: MPEdit Select objects: Specify opposite corner: 4632 found, 10 groups Select objects: divide by zero
This is what happens when i write MPEdit, mark everything in my drawing and press enter. Now i also tried marking a line, using select similar, and fixing it that way. but i get the "divide by zero" error aswell.
I like that in the hatch command, you can select multiple boundaries at a single time, hit ok, and be done with your hatching. However, when hatching from the tool palette, you can only select one boundary at a time, forcing you to constantly repeat the command. Is there a system variable that controls this type of behavior for the tool palette?
I have these plines that keep appearing in my drawing that are not on a layer (see attached). I have never experienced this before. There are 10x duplicates stacked upon one another surrounding three separate shapes. My theory is that a hatch is creating them. I deleted them and they came back. How do I manage them and their display properties, or better yet, remove them from the drawing.
I have a 3d topographic survey plan. I need to take sections at various locations and would like to know the best way of going about this.
I am used to working with solids and so would normally just take a section plane but this won't work as the 3d topographic survey plan I have is made up of polylines.
A new problem; I can't join these plines. I have tried just 2, selecting them before entering the command but nothing happens. I need the selected line joined with the one on each end that shares that node.
How i'm adding lengths of individual plines...I am running MEP 2013 and lately we've been doing a lot of measuring of plines...The problem i'm having is that we are supposed to add 24' to every length...So if I measure a polyline and it's 10' long, the number i'm supposed to be putting on the drawing would be 34'...Is there a way to create a command that will automatically add what I need to every pline?
So, I am trying to output a solid 3D model of the attached drawing. I traced it and converted it into a dxf, from there I cleaned it up, but cannot pedit. I assume it has to do with the arcs. Cannot find anything on google, so I thought I would turn to you good folks.
I searched and saw lots of posts on converting a spline object into a pline, but not the other way around. I like the way that splines can use control vertices or fit points.
I know that you can apply a spline smoothing to a pline, but what I'd like to do is to convert a pline object into a spline object and splining a pline does not do that.
Any fairly easy way to do this? Are there LISP routines that do this?
The Plines that I am using on my drawing do not appear solid when I change to the required global width, all my system variable are set correctly however the lines are showing 'doubled'. How do I rectify this?
AutoCAD 2013 Mechanical SP2 64-bit HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL) Windows 7 HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL)
I am attempting to fillet plines to make rounded curbs at street intersections. Whenever I create the fillet, the 2 plines that were filleted remain as they were before the fillet.
This only happens on my computer and only in AutoCAD 2011, it works fine in Civil3D 2011. We only have a limited number of Civil3D licenses or I would just use that all the time.
The attached screenshot shows an example of what happens. The 2 red lines are what were filletted (the fillet is in white). Both lines are long enough to accomodate the radius of the fillet.
I have several rectangles in a drawing which have the same dimensions, is it possible to perform a multi select of these items by specifying the lenghts of the rectangles ? I can't see a way of doing this under QSelect or Filter.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition Windows 7 HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL)
I know there are different ways to do this. Would like to know multiple options so I can see which might be quickest for me.
I have points with elevations and 2D plines at elevation zero drawn between them.
I would like 3D plines instead. This is the easiest way for me to transfer them to another drawing where I will make surfaces with them. I don't want to have to transfer the points over.
I can redraw the plines as 3D plines but this is time consuming and seems unecessary.
I don't want to have to convert them to Feature Lines either. I prefer they be 3D polylines.
Is there a simple command for this? I already have a surface containing the points and lines as surface breaklines.
Is there a project objects to surface command that will make these 2D plines at elev 0 into 3D plines while assigning elevations (and vertices) only at the current vertices?
What about a simple series of commands to convert the 2D plines to 3D plines, then force the 3D pline to take on the elevations of the points at its vertices? (I think this would be my preference, but don't know any of these commands or where to find them.)
Didn't their use to be a control for how PLines showed up at intersections when you increased the width? I can't remember where it was (dialog box, options, sys-var)?
I have to create some plines in a drawing from the inputs provided by the client. I prepared a lisp code for it. I have to use it to 1000 drawings. Every time I open the drawing and running the lisp command.
Is any lisp code to run in bulk open drawings with out entering command prompt.
Yesterday I post the message "Exporting pline and text" which turned out to work realy well.
However I need something else...
I need to select several plines and export their vertexes (as it is already done) BUT I also need to select SEVERAL texts and export them as well as their insertion point coordinates.
I tried with the code below but without any success... It gives the error "; error: ActiveX Server returned the error: unknown name: "TEXT"" This happens after selecting some texts and hiting enter.
Here is the
(defun c:zi5 ( / f i o s ss obj objdata texto texto_f nomebase nome_zi tx1 iPt)(vl-load-com)(setq nomebase (getstring " Enter name for file:")) (setq nome_zi (strcat "D:" nomebase "_zi.txt")) (princ "Select your plines...") (if (and (setq s (ssget '((0 . "LWPOLYLINE")))) (setq f (open nome_zi "w")) )
Currently I am using 2010 Map 3d, for water main base plans.
I use Micro Survey to process my field work. From there I open in Cad, import layers from our GIS data base for property, buildings, addresses, etc.
The only thing I have done different is from another project was copy and paste some utility layers.
Now my drawing turns any plines with width into hollow lines, and if align something my drawing will zoom to extents, also text mask does not work and i tried turning text to Mtext and it will not let me select yes for background mask.
I need to change the color of all lines/plines that intersect a given pline. How would I go about making the selection set of all lines that intersect that given pline.
The hatching appears in model space and paper space, except when i print from paper space, to PDF for example, the hatching disappears. why you can see the hatching in paper space but when you print to PDF it doesn't come out.
We have some VIPs coming to see our new waste treatment facility. I was asked to make a pretty picture for them. So I started to hactch our site plan. Roads with gravel, grass, solid for tanks. They wanted more... So i changed tanks and grass to gradients and that was ok. When I tried to change the roads to a gradient, the tanks and grass became the new gradient and the road diappeared (blank). This is in ACAD 2013. I tried to do it in 2012 and the system crashed. When I restarted ACAD asked to send error message. The road is outlined in a polyline, as are all other objects beacause I have learned that ACAD can't handle the pick area unless it is a very small area. So I have lots of extra lines that are on defpoints or a separate layer, and hatches on their own layer.
AutoCAD generates gaps to my drawing, sometimes there is NO gap and then it says there is when I'm selection new are to hatch (puts the red circle to old place where it didn't earlier say there is gap!). I have tried to use Gap Tolerance tool first with value of 10 but it didn't work. After that I changed it to 1000 and it worked but the hatch area wasn't good. I also tried to pull line over other and trim it, didn't work either. Used also join but it didn't work.
I have used object snap always when I drew the picture. I have zoomed as much I can and there is no gaps.
Uploaded with ImageShack.us Uploaded with ImageShack.us
I've got a hatching problem...whenever I try to use a "dot" hatching...at a scale of 50.000....I tend to get this wierd white spots on different areas...and it seems to flush with the MLeaders...(See Attached Image).
My colleague is using AutoCAD 2012 LT. He was wondering is it possible to hatch an un-hatched object by matching it with the properties of a hatched source object?
So i'm trying to place a solid hatch inside a circle. AutoCAD seems to ask all the questions but then doesn't add the hatching. I tried ansi31 hatching and there is no difference. Current layer is on, color that should be seen.