AutoCAD Map 3D :: Spatial Join Between Two Tables
Jan 6, 2012
I have 2 SHP files, one with lot information, the other with OCP. I created a join between the two tables but the resulting data was not spatially related. The objective is to show the land use of each lot.
View 6 Replies
ADVERTISEMENT
Jan 30, 2013
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.
View 8 Replies
View Related
Jan 3, 2012
Drawing: line, arc, line.
arc was defined with line's end points and radius, so I'm positive that this drawing is continuous.
Steps I take:
pedit
click
do you wish to turn into polyline
y
j
Select objects: 1 found
Select objects: 1 found, 2 total [enter]
Select objects:
0 segments added to polyline
[enter]
I had no problem turning other arcs into polyline...
View 1 Replies
View Related
Jun 21, 2013
The command to JOIN two overlapping anchor points as a SMOOTH join is not working (at least, on Mac).
"The join option only results in a corner join regardless of whether you select anchor points to join or the entire path. However, for overlapping anchor points, if you want the option to select a smooth or corner join, then use Ctrl+Shift+Alt+J (Windows) or Cmd+Shift+Option+J (Mac OS)."
View 4 Replies
View Related
Aug 28, 2012
Why I can't create a topology for spatial object (feature classes)? It works only for drawing objects.
View 6 Replies
View Related
Nov 20, 2013
We have a SQL Server instance that I connect to over our network. I can access it when I log into SQL Server Management Studio. In AutoCAD Map 3D 2014 I do not have the option to "Add SQL Server Connection". I tried using the SQL Server Spatial connection but the database does not have spatial data. I only see a list of tables but they cannot be added as feature classes and display the message "The feature class doesn't exist" when I click on a table. I also don't have the SQL ServerProvider.dll in the FDO folder. I tried copying the .dll from version 2012 but it didn't work.
How do I connect to my non-spatial data in SQL Server? Is this a permissions issue?
View 6 Replies
View Related
Mar 21, 2011
I am running Civil 3D 2011 32 bit. We are running 9.31 ArcSDE 32 bit. I am creating a connection using SQL SERVER Spatial Connection. I can see all of the database, but when we connect and it reads the Schema it is blank.
View 1 Replies
View Related
Feb 3, 2011
If it is possible to define user specified patterns to draw spatial objects (for example connected shapefiles)? If yes, where can I find the *.pat file?
View 9 Replies
View Related
Jul 25, 2013
I create a sdf file and add a squema for non feature class, for association with an existing feature class squema property.
But the table is empty andlocked with no chance of adding values. Since it has no geometry, how can I put some rows on it.
I try to import using bulk copy, but then I cant remove or add rows.
How can I insert values in a sdf table?
View 3 Replies
View Related
Aug 29, 2012
How can I creat a polygonal spatial object (feature classes) with symbology (showns) like that (without using additional layer)? :
Shed
Tower
View 9 Replies
View Related
May 27, 2011
I am having issues displaying some data after i have connected to it.
I am connecting to some data and have succesfully done this and can see it the data in the data table but i can not figure out how to display the information i am seeing in the data table.
I am basically connecting to my gis dept data base and wanting to view the contour data for a certain county. When i do connect to the database all i see on the screen is two large rectangles that are some sort of data but not what i was expecting and no where close to the correct coordinates
Civil 3D 2010 / Map 3D 2010
Win 7 64bit
View 1 Replies
View Related
May 16, 2012
I would like to export a solid assembly (or derived part of the assembly) as a Spatial Array for use in Matlab. Only a simplistic solid definition is needed such that each element of the array is either 1 or 0.
How I can achieve this and ideally how I can choose the resolution of the array?
View 4 Replies
View Related
Oct 17, 2013
difference between pixel resolution and spatial resolution
View 3 Replies
View Related
Jul 24, 2013
could not complete your request because reading spatial/lossless JPEG files is not implemented..
View 6 Replies
View Related
Dec 4, 2012
In map3d i would like to add tables to objects such gas, sewer lines and so forth. I would like to specify which lines are composed of certain metals, their conduit size and year built.
I was wondering if it is possible to create a table similar to the one attached. I would like the table to have a domain drop down list, so that users can select from predefined entries, to avoid human error typos and keep good organization in the data entry.
Is this possible with map3d?
View 6 Replies
View Related
Aug 1, 2012
Well I had a day and a half trying to figure out how to bring Excel data into LT. Again. Here is what I have found out:
Running Excel 2010 I have a xls files (of type '97-2003 xls - file includes VBA). The file spits out a ton of data that I want to put in a schedule in AutoCAD. The schedule format needs to match our standard format - RomanS in white and blue.
If I copy and paste as a link the font remains stuck as Arial (regardless of source font) and can't be relaxed unless you go one cell at a time in the text editor. Also the resultant table size is tiny -
If I save the file to .XLSM (macro enabled '10 excel file) the results are the same. If I save the file to .XLSX ('10 excel file and ditch the VBA project) the results are sublime - the font is ok and I can go back and forth from AutoCAD to my now broken spreadsheet because VBA IS MISSING! The resultant table size is tiny but I can deal. I don't see how AutoCAD can work with xlsx but not xlsm.
I also found that if I save the sheet (values only) as a .csv file I can use that to create a table from file without font overrides screwing everything up.
I'm running AutoCAD LT 32bit on a Win7 32bit OS. My Office version is 2010. I would like to link data to a '97-'03 version of an xls or an xlsm without having the font overridden to Arial.
View 1 Replies
View Related
Apr 21, 2010
Is there anyway to copy a table from one sheet to another?
View 8 Replies
View Related
Oct 29, 2011
I have a need to delete all the tables in my drawing.
I started with the SS14 code from Jerry Winters VB.NET progamming and modified it to select tables. Unfortunately, when trying to select a table, the code does not work. I tried it with Polylines, block references, Mtext and it worked OK with all of them. See the code below:
<CommandMethod("SS14")> _ Public Sub SS14() Dim myDB As DatabaseServices.Database Dim myDWG As ApplicationServices.Document Dim myEd As EditorInput.Editor Dim myPSR As EditorInput.PromptSelectionResult Dim mySS As EditorInput.SelectionSet Dim myFilter(0) As DatabaseServices.TypedValue myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "INSERT") myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "TABLE") ' myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "POLYLINE") ' myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "MTEXT")
'''' Chenge items commented out above for testing.
Dim mySF As New EditorInput.SelectionFilter(myFilter) myDWG = ApplicationServices.Application.DocumentManager.MdiActiveDocument myDB = myDWG.Database myEd = myDWG.Editor myPSR = myEd.SelectAll(mySF) Try mySS = myPSR.Value If Not IsNothing(mySS) Then MsgBox(mySS.Count) End If Catch ex As SystemException MsgBox(Err.Description) End Try End Sub
What am I doing wrong? Or is there a bug when selecting "Tables" as distinct from other entities?
View 1 Replies
View Related
Sep 17, 2012
I am trying to insert tables into AutoCad from excel the problem that I have is with the text style.
Every time I copy and paste as a linked AutoCad entity the text does not come across as the correct text style - for example if I want the table text to come out as ISOCP it comes across in a bolder text, requiring me to enter in the cell and select ISOCP I don't have to highlight the text in the cell i only have to enter inside the cell.
See the attached video.
View 3 Replies
View Related
Sep 21, 2011
I'm having a problem accessing data manager tables in the 2011 version. My C# .NET code worked fine with 2010. Here is a sample of the 2010 code that works, but returns zero length tables in 2011.
C#
ProjectPartCollection oPP = PlantApplication.CurrentProject.ProjectParts;
PlantProject oPProj = PlantApplication.CurrentProject;
Project oProj = oPP["PnId"];
try
{
//get ACAD data table
[code].......
The last two lines fail to object any meaningful data in 2011. In 2010, I would have all the table rows and could access tags and asset information.
View 2 Replies
View Related
Oct 22, 2012
Long ago, everything was done in Imperial and now we are converting to Metric, the issue is that the drawings we have no schedule of members and we (a colleague and I) are constantly discovering new members, this is causing no end of trouble with our numbering system.
What we would like to do is set up a master-table with 5 categories (UB, UC, PFC, EA and UA) and then have the labels for all the members dependent on this table. If we were to change the value in the table, the label would automatically update. Is this at all possible? I looked into the Xref and RText commands and they seem close but not quite there. Ideally the table would be in a separate dwg so we can work on drawings at the same time.
View 3 Replies
View Related
Nov 20, 2013
Can you embed a table in Mtext? So when you edit the text the tables move with the text if you're taking out paragraphs in Specs and stuff.
View 2 Replies
View Related
Jan 28, 2014
I'm trying to do a spreadsheet inside a drawing. Trying to use fields because I believe they behave better with feet and inches than excel (without jumping through hoops)
View 1 Replies
View Related
Jul 17, 2013
I have used DXF files in the past for flat non-complicated cnc machining. I have a situation were we manufacture pipe and I would like to create the pipe in 3 dimensionally in AutoCAD and convert the dwg file to a dxf file for the steel cutting table. Will the DXF conversion convert the round cyclinder in CAD to a flat suface for cutting?
View 1 Replies
View Related
Feb 14, 2011
I am experiencing a problem with plotting a 3-D object correctly! Using AutoCAD 2011, I created a 3-D object, inserted it into our "carrier sheet" model space, then gave it a view port - looks great on the screen! When it plotted out it was really light - it was the only thing on the sheet that was wrong. I messed around a little and found that it has something to do with the plot option of "3-D hidden" & "hidden". When using "legacy hidden" it plots out at the correct line weights, however, the arrows are all "open" - the arrows are filled when using the other options. I went back into the 3-D object dwg file and tried plotting it straight from the source file - I get the same results. We use color to determine the plotted line thickness and these schemes are set correctly, etc.
I have tried to look for a setting that would force the plot styles .
View 2 Replies
View Related
Jan 6, 2014
We are moving to a new drafting standard which uses .STB plots rather than .CTB. I'm wondering if there is any way of changing the layer of the text within the cells. I want the title to be at a certain thickness, the headers to be a different thickness, and the data to be a different thickness again when plotting. This is easy to do when using .CTB plot styles, but is there a way to do it when using .STB?
View 2 Replies
View Related
Sep 18, 2013
Here at the office we use a template I created using Data Extraction. After creating the table and inserting it, it works just fine. Then, if you make changes to the door or window you can click the "Download Changes From Source File" and it will update the table ... However, after saving it and trying to work on it the next day, it somehow unlinks the table I have in my drawing and I cannot "Download Changes From Source File" to update the table ... I checked under XREF and it shows it is loaded and I have it reading from the same path I saved it. I would like to know if there is a way to re-link the table to the .dxe file or how to prevent from it un-linking new tables?
View 0 Replies
View Related
Aug 13, 2013
I have Acad 2011 and Excel 2010 on my computer. What I would like to do is to create a list of materials in my autocad that will update from an excel table. The only problem is my Acad Table needs only some materials from that large spread sheet. For example when I write in my Acad table a piece number(col A) I would like to have a description coming automatic from excel (in col.b).
There will be hundreds of drawings with tables taking data from the same excel table.
View 8 Replies
View Related
Jan 8, 2012
I made this technical detail. To make an arc I use ''tan, tan, radius'' command. It looks like arc and circle is joined together, but if I move closer as you can see they aren't joined together. So how can I join them? I tried 'join' command but it won't work for me or maybe I don't know how correctly use this commad.
View 8 Replies
View Related
Feb 21, 2013
Just can´t find out how to join these 4 polylines:
Bank.dwg
View 9 Replies
View Related
Jan 18, 2007
I created many lines, and joined them together nicely..Now I have a closed complete 2D shape...I want to extrude the shape, but...
I think I need to join all the lines to become a single line first...I can't find this command... How can I unite all the lines together
View 8 Replies
View Related