Schematics Auto Cad-Schematic1.dwgSchematics Auto Cad-Schematic1.dwg Schematic File.jpg
We are moving our schematic work from Visio to acad to keep everything in one program, and are trying to figure out how we can make the wire polyline in the attached file so it just to snaps to the connection points without actually extend the line or adding a vertices. I basically just want to re create what we already do in Visio where you can basically create an arrow, add text to the middle and then have it snap to a connection point.
I have a couple of hundred 3D Polylines which have point crosses at each vertex. Any way to remove these point crosses that fall on the 3D Polylines.
(IF 3D point vertex = any 3d Polyline vertex THEN delete)
Reason I can't just filter out the points and delete is that there are points that don't fall on Polylines which I want to keep. All points are on the same layer. Polylines are on various layers. Data is from a 3D topographical survey.
I have a pretty simple data extraction, one length paramater from a group of dynamic blocks. When I right click and select the Update Table Links I get an error dialog that says some files can not be found and when I expand the details the file it is looking for is itself! See the attached snapshot. This function used to work.
In the command GRADING>EDIT FEATURE LINE GRADING>INSERT ELEVATION POINT
I can specify the Increment value which is what I want but this only allows me to select one line. How can I select multiple lines and specify an increment value?
I have two polylines. Segments of one polyline are directly on top of segments of the other polyline. When I grab one of the polylines to stretch the vertices, it grabs the vertices of the polyline underneath.
I have to intersect polylines "POLYLINE" and "LWPOLINE" with a line and get all the angles of all segments of the polyline that are intersected.
To do this I used a loop that monitors all the vertices of each polyline to find the two vertices of the polyline segment that intersects the line. Unfortunately, these polylines have thousands of vertices and the processing done in this way takes too long.
With the vlax-curve-getClosestPointTo I could very quickly find the vertex of the polyline closest to that intersected with the line, but I need to find the other vertex of the polyline segment to determine the angle of this.
Another question: is there a quick function that returns the exact point of intersection of two curves (e.g. A line and a polyline, or a line and a circle?
Batching processing method to remove the coincident vertices of polyline (2D autocad 2012 version).
These polylines are imported from other application into autocad for plotting contour purposes. The coincident vertices give problem to lisp program for drawing a cross section profile.
How do I make the Qleader retain 3 vertices when I stretch the vertices? It's fine if I do not enter any text with the command and then create separate MText, but I'd like to use the command as it's written. However, if I start stretching the endpoints around on the screen, I will end up with extra vertices in the line, and I cannot get rid of them.
I have borehole data of a site, where I want to sort of extrapolate the borehole data to the whole site, so that I can have a 3D soil model of the whole site. I have attached my DWG file, the vertical lines represent the borehole data and different colors represent different types of soil.
I'm thinking of manually extrapolating the data to the edges of the site, then split the site area into few different parts, and then create solids for each part, where each point is a vertices of a solid. But how to create a solid from 8 vertices, which would naturally form a closed solid like a box.
Besides this, are there any other methods of achieving what i want (3D soil model from borehole data)?
How to create points at the vertices of the lines in the regular AutoCAD? ’m wondering if there is a way to automatically create points at the vertices (or only at the end points) of existing lines (or polylines)?
I'm using AutoCAD Mechanical 2010 and received a .DXF file that contains 'solid' objects. Unfortunately the next tool in my workflow doesn't understand 'solids' only polylines (and a few other basic shapes like circles, lines, etc). Is there some way to convert the object in AutoCAD?
I tried the 'boundary' command but when it asks to 'Pick Points' and I click inside the solid, it always gives the error 'Valid hatch boundary not found'.
How to get the individual polyline length of the entire drawing as per the name of the line written against him in the excel sheet. That would prepare the Bar bending schedule quickly.
I created a polyline and I cannot, for the life of me, remember the command to make it a 3D line, aka: pipe. I need to make a 4" pipe follow a line I drew.
How to automatically set the corner bend radius of a sweep along a 3D polyline?
The attached image shows what I did in a different program, but need to repeat with AC. The swept 3D object is moved off its path in the attached image.
I've had a problem for a while now trying to extrude a 3d polyline into a 3d solid. The polyline is on different planes which is one cause of why it won't work. Instead of extruding into a solid it only does the sides making it a mesh rather than a solid. If its on one plane I know it will work.
Any command or lisp that will do new pollyline between two polyline on 1/3 or 1/4 space between them.
I need something that would be faster, use measure on pollilines then i draw between horizontall polylines on verteks or point new pollyline and ther divide it on 4 or 3 parts.
I am some trouble working with 3dface. I want convert 3dface to polyline but in some cases I faces with problem that a 3dface don't convert surface or solid.
I have a sinusoidal curve, that I've created using a third party app, which has worked really well. But the app only produces the form in a straight line and i now need to fit it to a number of curves.
I have a form of 3 radii and a couple of flats, which the sinusoidal form needs to fit along. All this work is just in 2D as i need to output the dxf into a CNC machine.
I have polylines and changed the width to 3/4" and now the Plines are not solid (filled like a hatch) anymore? They are splined as well. I must have changed a setting somewhere and did not know it. AutoCAD 2012.
I drew a very complicated 2-D plot this afternoon. The most majority of the plot is composed of different straight lines, arcs. Then I used the polyline function to join them together to form a closed single polyline (Modify->object->polyline).
Later on I want to change something in part of the polyline. Then I used the 'pedit' again, I chose 'open'. But the whole polyline won't break into its original segments. I tried through all the menus, just cannot find the right tool for this purpose.
Does it mean I have to start over from scratch to redraw the whole plot?
Is there a way to sweep a 3d polyline in AutoCAD 2012? Colleague has a sweep path that he wants to put radii in the corners. I know that in the past you could not do it. I didn't see anything in any post that told me otherwise.
I don't have AutoCad, but I was given a DWG that was created in 2007. It is a map of a lake's water depth vs distance in the east and north directions. Is it possible extract the actual value of water depth from the DWG file? For example the file would contain columns of x-location, y-location, and water depth.