What I want to do basically is merge a couple of polylines (which have different widths and may overlap each other) together into a single 'shape'. I am calling it shape, but I think the correct term would be polygon.
The end result should ("from the outside") look the same as before merging, the only difference being that the polylines are now merged into one shape. Important note: it cannot be a polyline with segments of different width, I know AutoCAD supports this, but the drawing will be exported to a format which does not seem to support this (and the result then is a line with a single width - wrong).
Here's a mockup of what I want to achieve:
On the left are three polylines (PL1, 2, 3), where PL2 has a different width and overlaps the other two polylines. On the right is the desired result: a single polygon (NOT a polyline with variable width) in the same shape as the polylines.
I've 2 FDO Layer (polygon). Layer1 contains zoning and Layer2 contains small area. The goal is to merge all polygons (1 or more) of Layer2 into only 1 polygon in each zone of Layer1.
I can do an FDO Overlay (Identity) to copy ID of zone to Layer2, but I don't know (except manually) how to merge polygons with 1 common information.
If you are drawing a polyline....and (in looking at my pic) draw from point A to point B an then back up to point C, is there a way to merge the poly so that it only goes from point A to point B?
As the above mentioned, I have a drawing drawn using polylines with width from someone. The width of the line are suppose to represent area,
To put things into prospective, here is an example:
The polyline is 10 unit long and with a width of 2 unit wide. If i explode that polyline, it will become a single polyline without width. The line are suppose to represent 10 unit long and 2 unit wide; representing an area.
My question is is there a way to change the line above directly from polyline with width to a close polyline (4 x polylines) of 10 unit long and 2 unit wide.
Is there a way of converting 3d polylines to polylines with an elevation?
I have a dwg of contour information, the contours are 3d polylines, because they are contours the z value is constant all along the line, so there no question what the elevation of the polyline would need to be.
I need to do this as I then need to import the dwg into a GIS programme called MapInfo whch doesn't read 3d polylines.
How to split polygon?I am using "bpoly" function when I split the polygon but It's inconvenient. Any better way to split polygons?I go over the functions through help desk.
If you have several lots consisting of separate polyline for each side of the lot, whats the best way to convert those into polygons, so I convert to a shp file.
Civil3D 2013 Windows 7, 64 bit Intel i7 2600 @ 3.40Ghz 16 GB RAM Nvidia Quadro 600
I am about to implement an algorithm that takes a point and gives minimal polygon that contains it. (or null, be there no such polygon) Observing the hatch command, one would think there is already functionality that covers this. But I fail to get on its track.
I've MAP 3D 2013 64 bit (French version) with SP1.
When I launch command to "Convert polyline to polygon" (_MapPolylineToPolygon), I've message on command line "Select objetcs", I can convert to polygon =>OK
If I launched this command a second time, I've no possibility to select object, I come back to command line.I quit MAP, then launch MAP, and I can use this command only 1 time.
I have a series of polylines with a global width of 5m which I want to export to a polygon shapefile to represent in GIS. I realised if I create a shapefile of the polylines and then create a buffer of 2.5m on either side I can create my desired polygon. My question is how do I export this polygon to a shapefile. I have tried bulk copy but this just seems to revert the buffer back to a polyline shapefile .
Is there a simple way to import a polygon from a csv file? I have read about ascpoint.lsp, but as far as I could work out, this makes a polyline, not a polygon. A simplified example is that I want to draw a rectangle with points 0,0 and 10,5 (note there is no z-axis, i.e. it's all just 2D). How can I create this from a csv file? I am flexible as to the format of the csv, but for example it could be 0 0 10 5.
Without trying to overcomplicate things, it would also be useful if the colour could be defined in the same csv file (e.g. using a 5th column, or a second row) and that the polygons were automatically filled solid (as you could do by using the BHATCH command).
The main reason I ask is that I have some cel files containing polygons and lines, but I cannot import them into autoCAD directly (changing the extension to DGN and inserting it fails) possibly due to a weird/obsolete format, however, I can convert the cel file to a csv file and strip out the nonsense.
I want to export some polygon shp files into CAD. What I can do easily is determine the line types, colors etc in the export but what I want to to is set the fill. Now I can't see how this is possible as the polygon features are converted to closed polylines in CAD and the hatch is a new feature.
Currently when I pick a grip at the end of a polygon line and type a length, the polygon goes to that length.
Is there a setting anywhere that changes this behavior to add the typed length to the polygon, hence stretching it to this new length. This would be the same as lengthen when drawing with lines.
Then I need to extrude it, but when I extrude, it's shallow. So this 2D polygon need to have face. I've tried 3DFACE but then I need to add faces manually. Is there any way to just specify this polygon and have it faced?
Is it possible to create jon between point feature and polygon feature which is not attribute based, but only geometry based.When point is inside polygon can I create automatic join between point and polygon so I can use joined attribute data table.
I know i can create "object data records" links between enclosed text and polyline but i want to do same thing using SDF format points and polygons. Can it be done without converting point feature label to text and polygon to polyline and then creating automatic links and then again converting polylines with object data to SDF format.
When I am trying to dimension a room in AutoCAD 2014 the dimension looks like a solid rectangle, with no text. I am dring in Architectual mode using the default template.
Is there anyway to change a rectangular Mview to a polygon one. I have all the text and call outs and now the engineer wants to blank out everything behind the match lines. I will probably never make a rectangle mview again.
See the image below. When I export or print to pdf, the vertices of the polygons (shape file data) are visible, resulting in a poor quality final image. Is there a way to get these polygons to export to pdf without the vertices showing up? Obviously, I would prefer a clean, solid polygon hatch.
I'm trying to import an autocad file into sap2000. The element i need to import has to be a solid. I know that sap2000 accepts elements called polygon mesh (i received a test file, and under properties of the object, that is what is said).
how to make a polygon mesh? what is the function called? I've tried MESH but i don't think its the same thing.
easy way to show the user the polygon/fence they are creating when Editor.SelectXX is called by indicating it with a dashed line and coloring the area with a semitransparent fill, kind of like when you use the AREA command or when you click somewhere and AutoCAD shows you the selection window you're creating?