Search the Community
Showing results for tags 'sdf'.
-
Hello everyone. I'm new to this forum so please forgive me if I'm doing something wrong. I would like to populate a SDF feature data table in AutoCAD Map 3D with a autolisp routine. I've been searching the internet for days and could not find any clues so I assume it's not possible to do that. So what I'm thinking now is to maybe export the data that I get from the lisp routine to some kind of database (dbf, access, excel ...) and then join it with the SDF. Does anyone have any suggestions how to that? Thanks in advance! -------- What my lisp routine does is, it selects al the parcels one by one, creates a new feature from object (new column in the data table), generates a GUID number, reads the parcel number and promts for user imput for some data that is the same for all parcels. -------- I'm confused a little bit now. The command 'New feature from object' creates a new column i the data table that is related with the coresponding parcel. When I click the column the parcel is selected. ****Will I be able to get the relation between the parcel and column if I export the data to another database and then join it with the SDF. Maybe if I let the lisp create the columns in the SDF data table for all the parcels and than later when joining the database somehow make the data go in the empty columns created by the lisp?****
-
- data tables
- autocad map
-
(and 1 more)
Tagged with:
-
Using this tool, I was trying import the Parcels in C3D into the SDF but every time I do it I only get Parcel Name, area and perimeter. I need the parcel number too but it is not exported. Is there an ini configuration somewhere to turn on export for these attributes? Using C3D 2013 32 and 64 bit versions.
-
We created an SDF file of contour lines. We want to import part of this file into another drawing. We go through the mapimport steps, indicating a crossing window from which to extract the lines. The result is only those lines completely contained in the window. Any line that crosses the window is excluded. We're drawing the window from right to left. What are we doing wrong?