AutoCAD Map 3D :: Convert Polyline To Hatch With Object Data
Jun 3, 2011I have converted Polyline to Hatch, how do I bring the Object Data from the Polyline to the Hatch as well?
View 1 RepliesI have converted Polyline to Hatch, how do I bring the Object Data from the Polyline to the Hatch as well?
View 1 RepliesI've been working on a custom polyline object, and I've got it functioning!!Having said that, I plan to run its creation around picking a point for bounary selection.
(Other than trying to step through every vertecies) is there a technique I can thow the polyline data from a traceboundary result into my custom object? I've been trying to add the polyline from traceboundary to my object BEFORE it's added to the transaction by the way...I assume that's right, since I want to put it's data in my custom object then add my custom object to the transaction instead.
I have polylines that when selected, under properties it lists Object Data for the selected polyline. There are like 10 categories. This drawing is actually creeks in a county and they have object data connected to them where some are "a" some are "b" classification and I want to select all of the "a" polylines and put on a diffrent layer.
View 1 Replies View RelatedIs there a way to define object data to a polygon or a poly line in C3d? I imported a shape file and saw that in the properties dialog box the object data of the polygons is displayed. I would like to define create new polygons and define certain atrributes to it before exporting it as a shape file. This would would eliminate the need to use a GIS program to define the attributes of the polygons.
Im using PCSWMM and would like to define certain atributes to polygons and polylines in C3D before i import it in to PCSWMM.
how to convert polyline object (with x, y, z) to TIN SURFACE BECAUSE IF THIS OBJECT STILL POLYLINE OBJECT, I CAN'T RUNNING CATCHMENT AREA, ADD LABEL ETC
View 5 Replies View Related[URL]....
That code is also useful for feature lines or parcels?
Can I get polyline Id after we can create automatically?
I want calculate all location crossing between feature lines.
Currently, I know to do that for crossing polylines.
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit
I have 200,000 lines with some object data. LINKED to these lines is a database with some more information. Basically I want to export all of these lines to shape files, converting the information in the linked database to be the new object data. (This is for the client to view the lines on ArcGIS).
I have done this a few times in the past, but working with this volume of lines and data, Its taking an extremely long time.
My question is, could i use autolisp to quickly transfer the database data to object data before i export to shape files? or if there are any other options.
is there any possiblity to convert the Polylines containing object data to a 3D Solid so that the object are also copied?
View 9 Replies View RelatedI want to convert a 3D polyline to 2D polyline.
View 5 Replies View RelatedI have 2D polylines and want to convert to polylines, but to no avail. Tried to 'spline2pline' this line, but ACAD refuse to select it.
View 9 Replies View RelatedI have a drawing with a Polyline filled with Hatch. Also I have that Polyline ObjectId. So using this ployline ObjectId I want to erase the Hatch inside polyline. How I can erase the Hatch.
I'm developing the application using C#.
I am trying to find a command that will hatch the inner edge of a complex closed poly line, rather than hatch the entire area inside the poly line.
When I have simple shapes such as a rectangle I create a smaller rectangle inside the first that is 1' (or whatever I want my hatched area to be) smaller on all sides than the first rectangle. I hatch by selecting the two rectangles; I change the "Associative" hatch property to "No" and then delete the inner rectangle.
My problem now is that I have a complex closed poly line that I would like to hatch the inner perimeter with a set thickness, say 1 foot. Is there an easy way to hatch a inner boundary of a closed poly line or to recreate a scaled down copy of the poly line that is a set distance smaller all around. I hope I have conveyed the question clearly enough.
My Computer just recently jusst got switched to a new server...
Somethings are just acting weird now, like my hatching...
All my old hatches that were associative are acting like one seltions like if i hatch a polyline now when i go to select that hatch it now selects the polyline as well.
This never happened before abd the only way to edit it now is to either make it in the properties not associative then i lose my boundary or just to explode it then i a ihave an exploded hatch...before i made it assoc. and i could just edit or select the hatch only i think its an option setting...
Scren shot attached
I am hatching (a very quick sketch for info) but the hatch lines are going across the ploy line zone.
What happening. I cannot snap to these, but if in put a selection window acorss an of the lines, it will select the hatch.
I dont want to see these and dont want to have to hatch indivual rectangles. Never seen this before.
I cannot see anythign obvious in any of the settings.
How to convert a 3D Polyline contour to Polyline contour.
View 4 Replies View RelatedI need to add a hatch fill polyline area but leave the text island out. What I did is put put Polyline ID and Text island ID into an ObjectIDCollection. The code doesn't throw any error but I can't see the hatch.
Public Function AutoCADAddHatch(ByRef newAddedHatch As Hatch, ByRef HatchElementIDs As ObjectIdCollection, ByVal HatchColour As Autodesk.AutoCAD.Colors.Color,
_ ByVal HatchLayerName As String, Optional ByVal PatternName As String = "SOLID", Optional ByRef strError As String = "") As Boolean
Dim db As Database = acApp.DocumentManager.MdiActiveDocument.Database
[Code] ......
I want to Make Polyline object instead of Line object. How to change the object?
View 1 Replies View RelatedI have a bolt program that draws the thickness of a bolts in elevation as a polyline with a global width, what i need is a lisp to then change this lwpolyline to a hatch, ie if global width is 20 and the polyline is 30 long i need to change this to a 20x30 solid hatch, is it possible to get the the global width and length and convert this to a boundary hatch? I need the same thing done for bolts in plan too as the circle is a lwpolyline also.
View 9 Replies View Relatedhow to import point data that has Map Object Data also attached to it? "import it by attaching to a data source".
Example: I have a bunch of manholes. Each MH has X,Y,Z, but also Type, Invert Elevs., Pipe Sizes, Pipe Materials, Pipe Directions, Structure Type/Material, etc. etc. etc. I may have point data representing MH's, airport runway ends, trees, anything you can imagine, with all kinds of data imaginable.
I want to import this data directly into Autocad/Civil 3D as either Autocad points, lines, or closed polylines (I also have utility lines, parking lots, etc.- all with data associated with it), all with the data attached as object data. I know that anything more complex than points might be hard to explain here, so I am hoping at least for a solution on how to import points - I have 99,999 MH's and obviously I don't want to have to type all that data in one by one.
I basically suck at using sql server. I can get around using the Map workspace and the different tabs. I have never used FDO, and I am not even sure what it is.
I fooled it today by creating 99,999 Autocad points at the correct XYZ, attaching the correct object data to them, then exporting as a shp file. I went into the shp_name.dbf file and edited it to add the data I wanted by cutting & pasting from Excel. then I re-imported the shp file. but, this is a workaround at best.
Surely Map can import objects and their associated data fields, all populated with valid data! all I need is to know how to do it. I mean, if this is not something I can do directly using Map commands should I take the money I earned by surveying 99,999 MH's with my GIS data collector that allows me to assign 101data fields to each object I survey, and buy something better?
C3D 2012 on 64bit Win 7 all up to date
Dell Precision 7core 8GB RAM
NVIDIA Quadro FX 1800M
LDT/C3D user since release 12
I have a drawing with Objects that have both Object Data and Linked data in an Access database. I need to get information from the linked table to a new linked table for each object.
I have thought that if I get the necessary information from the Linked table record to the object data for each object, I could then convert the Object data to a new link and am looking for a way to copy the data from a field in the Linked Table to the object data. There is at least one field common to both the OD and Linked Table record.
Is there any automated way to transfer this data?
In my company, they have just upgraded the old version of Autocad LT 2004 to the new 2013 and we have created menu to make our job easy. I have try to transfer the menu file .mnc to 2013 but it's not working or I don't do it the right way.
View 4 Replies View RelatedI'm working in AutoCAD Map 3D 2008 and Autocad Civil 3D 2009.
The General Task:I want to convert the object data to attribute data so that I can export it to an Excel file, add another column of data, and then import that new data as attribute data.
The Specific Task:I have thousands of campus water meter locations (a block with a small icon, attribute data, and object data) that belong to two different systems, domestic water and lake water. Each of these blocks has object data item (a barcode tag) that I want to show as a label next to the block.
However, before I do that, I want to export that barcode data to an excel file so I add a column (eventually a new piece of attribute data) that says whether or not that specific water meter is radio read or manually read. I want to then import that radio read/manual read excel file back into autocad and have an X appear on the block icon if it is radio read. I also want the barcode information to show up as a label.
My problem:I can't get the barcode object data to export with the locations in one easy excel sheet that I can simply import after I have made my changes.
Find some person on here who knows how to convert object data to attribute data.
I want to convert a line (Autodesk.AutoCAD.DatabaseServices.Line) to a polyline (Autodesk.AutoCAD.DatabaseServices.Polyline).
Currently I get all the properties from the line, create a new polyline with it and delete the line. I fear data may get lost this way. What is the best way to convert a line to a polyline?
// Line properties:// Color.// Layer.// Linetype.// Linetype scale.// Plot style.// Lineweight.// Hyperlink.// Thickness.// Material.// Start X.// Start Y.// Start Z.// End X.// End Y.// End Z.// Start point.// End point.
How to convert 2D polyline into 3D polyline using AUTOCAD 2012?
View 6 Replies View RelatedI'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.
This problem appears after SP1 was applied.
I have one drawing but this is Spline but i want to convert it into polyline. without tracing it. i attach my dwg file with this massage.
View 9 Replies View RelatedHow can I convert Spline to Polyline.
View 9 Replies View Relatedhow 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.
How to convert polyline into alignment?
View 1 Replies View RelatedI cant do booleans with polylines, for that I need to convert them to regions which I dislike because I lose edit vertex capabilities right? Also, from a region, how can I convert a region to a closed polyline in one go.
View 2 Replies View RelatedI 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.
View 9 Replies View Related