AutoCAD .NET :: Apply Location Query On Query To Filter Data
Oct 23, 2012I am trying to Apply Location query on Query to Filter Data in .NET. Any sample code or procedure to program.
View 6 RepliesI am trying to Apply Location query on Query to Filter Data in .NET. Any sample code or procedure to program.
View 6 RepliesHow can I query autocad map data in preview mode,and store these objects in a collection by using C#.
(I want to use simple query like all lwpolyline having layer = "test" and color = 3). If I run this query in draw mode multiple times what will happen? (means possibilty of duplicate objects??)
I have brought in a raster ASC file (X,Y,Z) and am only interested in the red area (ultimately I want to create 1m contours layer) but cannot find a way to query the data to only show the red area.
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Is there any chance do query with excluding some data.
For example, I have 20m contours and I'd like to separate them to major and minor one.
I can extract major but not minor contours because there is no not equal query operator.
We are using AutoCAD Map 3D 2011 (Service Pack 2 - Version 3). This is replicable on multiple machines in multiple OS environments.
We attach a source drawing, run a query on Object Data but when that data appears in Model space it appears without any of the accompanying text for that object.
You can then execute the same query with a crossing window which brings in the surrounding objects including their text, but the original object still does not have its text. If you delete the object and re-run the query with the crossing window again, then the object appears with its text.
This is a nightmare for the users because if they want to search on a specific object, and then have to delete it to get it back with the text, they then have to search for the item in amongst all the other items. This kind of defeats the purpose of querying that object in the first place.
Is this just the way AutoCAD functions, or are we doing something wrong in our process sequence for querying the object data?
Have you developed a method or set of rules that has made working with large data sets / drawing files an enjoyable process? When working with an extremely large area, Map 3D tends to chug or lock up to the point where now I'm trying to rethink the "Proper" map setup and get opinions on your AutoCAD Map 3D - Mapping Best Practices.
I'm basically looking for comments, recommendations, and/or best practices when defining maps. If you have ever worked with an extremely large dataset or set of shape files and need to import the entities and the query from a drawing file (or maybe even multiple drawings), insert text, insert blocks with attributes. You'll know that this process can be time consuming when working with large datasets. Most staff that work with large data sets are moving to ArcGIS, which makes sense, but I'd rather do all my mapping / GIS with Map 3D.
So maybe setting up multiple drawings with each Layer in a separate drawing makes sense. (30 drawings in a central folder). The Task Pane option is not my preference. I'd prefer all drawings files to be setup with attribute data in-place and stored in a central folder. From there I will proceed with the setup of an extensive Query setup that will generate various maps by altering properties and inserting text from various object data. Essentially loading a saved query that can be ran with updated data to regenerate the labels in some instances.Â
Although I use Civil 3d 2013, I have never used the map 3d program. I have GIS data and need to perform queries but I can't seem to figure out how to get a query to work.
I have the drawing open and the data is displayed. On the Task Pane I right click on "Current Query" and choose "Define". On the "Define Query of Attached drawing" dialog under "Query Type" I want pick "Data" which opens the "Data Condition" dialog. At this point you can choose Object Class, Object Properties, Database Link, Object Data or attribute. When I pick any of these options I get a "No Tables Found" message at the bottom of the dialog box (with the exception of Attribute). I'm therefore left with nothing to pick for the Object Data Fields.
I've set up my machine months ago to connect to SDE 9.2 from Civil 3D 2009 and it's worked all along. Recently, however, it stopped working. I can connect and view all the layers the same as before, but when I select a checkbox beside a layer to query and hit either "Add to map" or "Add to map with query", the button greys out and nothing happens. This has worked on this machine for months (even with 2008), but now it stopped. As far as I can tell, nothing has changed with SDE either. Is there a log anywhere I can view for errors?
View 1 Replies View RelatedI have a county wide aerial image in jp2 format, connected through Data Connect and every time I pan or zoom it says "executing query". It is very slow getting around in the drawing (tracing over tree line, roads, etc.). I have a Windows 7 64-bit machine with 6 GB of RAM. Is there a setting I can turn off to make zooming, panning, changing layouts, etc. faster?
View 3 Replies View RelatedI downloaded a shape file from URL....that contains all of the streets in a vicinity. All of the linework has object data attached that contains street names. I have hundreds of streets shown, but i only want to show the name of a few of the streets. right now i am coping the name out of the properties and pasting it into a mtext. I know how to query the drawing and attach the name to all of the streets, but it creates way to many to delete.
How i can just pick the streets i would like to label and label just those street?
I have a drawing with 2 Data Connections: 1. Census Block SHP file from the Census Bureau and 2. an SDF file I created from GPS point locations. The question: Is there a way I can query the relationship between these 2 layers and have it report which census block each point is in?Â
View 9 Replies View RelatedLT 2013. Under Layer Ctrl, the status tab (light blue sheet of paper icon), highlights as light blue (in use), regardless of whether or not its in use. The only way I can force a refresh is deleting / attempting to delete a layer (eg. del '0' which obviously dosen't work); but forces an update, where those in use remain light blue, and those not in use revert to white/grey.
how I can fix this quirk of not updating/refreshing when the Layer Ctrl is opened.
I'm using the GENIO import tool and have run into a problem - the data is imported but due to the way the data is used in MX there are a multitude of crossing 3D polylines (see screenshot).
The strings are all "L" strings which are typically used in MX to define open areas where spot levels are surveyed (would be points in C3D).
The only way I can see to get around this is to create Civil Points at each vertex and use these in the surface build - any better solution (apart from requesting a triangular DTM of the MX surface)?
how to design a group in a query condition in AutoCAD 2011 MAp 3D I haveÂ
Property: LAYER = CP*
AND (Data: CIRCUIT.CIRCUIT = BRN22
OR Data: CIRCUIT.CIRCUIT = BRN21)
I woudl like to get this into vb.net?
also, in vb.net when creating a new data condition....do I need to use datacondition.Table and Datacondition.Column? Im unsure what these mean?
1. How to make the STYLE and Standard Editor "NOT" Read Only. As a user, I do have the Administrator permission.
2. I have created a Style but then I do not want it anymore. How? Can I delete it.
Is there anyway for me to check the filtering applied to a parts list (on the drawing) via the API? I looked but couldn't see where to access this information - am I just overlooking where it is stored on the object?
View 2 Replies View RelatedIs there any subassembly can get variable slopes depend on depth like in Land desktop as you can see in the attached file.
View 2 Replies View RelatedI want to attach a drawing (say A.dwg) and want to query some objects from it and want to draw in the current drawing. In addition to that I also want to set the coordinate system of current drawing ,same as attached drawing(A.dwg). How can I do it by using C#(Arx).
View 1 Replies View RelatedI'm using civil 3D 2012 for 2 weeks now. When I create a query to include or exclude points in a specific point group I get an error. It doesn't allow me to build a query with decimal number but only with natural number.Â
Everything was fine with my old civil 3D 2011.
The problem is with civil 3D 2012? or maybe their is a magic switch somewhere to allow me to use decimal number?
Having just installed PDS Ultimate 2013 on a Vista-64 machine, I notice while viewing the Wiki files, that the installation installed only a Partial Library of Metric Mold Bases. I wish to install ALL Mold Bases, i.e. Imperial, Metric and Meusburger. I followed instruction per "Mold Design Desktop content Libraries for Autodesk Inventor Professional 2012".
I deleted the existing partial metric idcl file and moved the Imperial.idcl, metric.idcl and meusberger.idcl file into the content center libraries folder. The replacement files are named AI_2012 Inventor Mold Imperial, AI_2012 Inventor Mold Metric and AI_2012 Inventor Muesburger.idcl. All three files are dated 2/8/2011.
Now, am I no longer able to query for ANY mold base or associated parts whatsoever!
How do I go about installing the complete set of Mold Bases and get Moldfow to make queries to all three Mold Base Libraries?
Is there a way to paste the results of a mass properties query to the drawing rather than to a file?
I have a complex shape that I am analyzing and would like the properties as part of the drawing for refence purposes.
I have some problems with this drawing. I have some parcels and buildings, and a number for each of them. I attached data to parcel and building number, and I want to create topology and then to create thematic queries, based on any data attached to the numbers. And I don't know how to do that, and how can I use thematic query to show me the specific parcels based on the data I want if the table is attached to the parcel number and not on polylines. Same thing on buildings...
For example: I want to make some thematic maps based on tax value, street where the parcel is located, area, or on buildings: how many levels they have, and more.
I uploaded a example file to be more specific, with data attached to numbers, without topology created (drawing cleanup is done).
I have a jpeg photo taken with a digital camera. The problem is that it appears different depending on what software I view it with. When I view it in Windows explorer / Windows picture and fax viewer, the colours appear very bright. When I view the same image in other software such as ms paint or firefox, the colours appear much duller. Originally I thought this photo was the original from the camera but after looking at the Exif data it showed that the image had been edited in Adobe Photoshop. I don't know how the image was edited in photoshop. A raw image directly from the camera does not have the same problem - it looks the same in windows viewer and other software. What could have happened to this jpeg in photoshop that would cause the colours to look brighter in windows viewer but not other software? Sure a jpeg is a jpeg and should look the same in all viewers?
View 4 Replies View RelatedWith my upcoming upgrades, which video card would you recommend?
Won't be doing any gaming, just the odd streaming or instructional video and PSCS3, and no 3-D graphics.
Specifically, is there any reason to go with up to 1 gig?
Currently practicing with primitive figures,vertices and edges. After a number of steps, I see no way to reverse steps one at a time. The edit option apparently allows one to 'undo' the last step. Additionally, I would like the option of going back to an original shape e.g. cube without having to close the app without saving.
View 2 Replies View RelatedOften i clone a backburner job in "backburner query monitor" and change some settings. After this the query monitor crashed almost always.
View 6 Replies View RelatedWhen creating Feature Lines, I wanted them to be e.g. Step Line 1, Step Line 2, Step Line 3 etc so I amended the name template to suit. I created multiple from objects and the naming convention worked. If I did features individually (as I wanted certain ones in certain sites) it worked for the first feature but reverted back to the default Feature line name on subsequent entry to the dialog i.e. it had "forgotten" the template name just set.
Am I missing something to get this to work correctly or is this how it's supposed to work i.e. useless for individual feature line creation?? This also happens for gradings.
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Is there a way to force CQL to process a ' " ' as an useable character ?I am trying to do a CQL search for text with that the double quote in it.
View 13 Replies View RelatedJust wondered if anyone has this book, or has seen or used it ? It worth getting ? Or can much of the information be found here ? Book title is: Skin: The Complete Guide to Digitally Lighting, Photographing, and Retouching Faces and Bodies
View 2 Replies View RelatedWhat is the easiest way to get query string parameters in Adobe Edge Animate CC?
View 1 Replies View Relatedi need to know if there is any way to control the points in the point cloud.
1. either only import the point cloud in a polyline area i specify
2. add all the points within a boundary not limited to the pointclouddensity = 100, freaking default is 15 almost cost my job today. extremely stressed out right now.
i am talking about extreme lidar surveys. 1km 1km LAS/0.5m contours/xyz files times 355 of them. covers a 2km wide corridor. but i only need 100m wide after i define the road alignment. no need to have all the extra points.
right now i densify the heck out of it and end up like 5-12m points. decent but not good enough because the geotech is bitching about that accuracy is not good for some feasibility study. or is there any software i can do this besides civil 3d.
what i want can also do is automate the 'add points to surface" under point cloud and have the software do multiple boundaries without having me baby it over the night. right now every click is 5 minutes and adds like 400k to 1 million points. Civil 3D 2012