AutoCAD Map 3D :: Selected Acdb Entities Not Connected
Jun 21, 2012
I am editing a shape file and have encountered a warning which reads "The selected acdb entities are not connected". How to check which entity this warning is trying to connect to?
View 4 Replies
ADVERTISEMENT
Nov 6, 2013
I have a requirement to find all connected entities on a given line of a plant P&ID. In other words given a certain line or reference point the requirement is to 'walk the line' and list off all entities (with certain attributes and in order) that are connected on a line.
Now not having any experience with underlying object models and API's, whether A) this is possible B) which object model to use - I'm a bit confused as to which one to use.
View 1 Replies
View Related
Nov 26, 2012
I try to get all current entities for my own custom palette.
I tried it with ed.SelectionAdded and ed.SelectionRemoved but it doesn't work if I for example pressing ESC.
I want to get the Object Ids saved in a ObjectIdCollection and I don't want to run an autocad command every time.
View 1 Replies
View Related
Jan 16, 2012
I'm trying to make a curved wall with different heights, but i can't manage to do the loft of the object. I keep getting "The selected entities are not valid."
I tried remaking all the little polylines but nothing seems to work..
View 9 Replies
View Related
Aug 20, 2012
How to export a dwg file to bmp.
Autodesk.AECC.Interop.UiPipe.AeccPipeDocument class has a function 'Export'
Export(String fileName, string Extension, Autodesk.AutoCAD.Interop.AcadSelectionSet selectionSet)
the problem is I don't know how to contrust a selectionset with all entites in the drawing selected. I've spent the major part of the day searchin here and in the API reference. But nothing.. how to create such a selection set. I'm using the COM API in C#.net
View 2 Replies
View Related
Jan 17, 2013
If it is possible to download images to my hard drive so that I have connected to a WMS server to obtain? Basically I am wanting to be able to send an autocad drawing with an aerial image to someone that does not have autocad map, and wanted to know how I can download the image so that I can send it to the person with the autocad drawing so that they can see the same aerial image that i do.
View 6 Replies
View Related
Dec 24, 2013
Using VB.NET
How to draw connected line arc line arc line and so on, given some points formatted in a file like this
easting northing radius
0 0
10 10 200.00
12 10 150.00
30 20 60.00
50 30 50.00
50 43 60.00
1640.42 1104.30 50.00
1770.20 1100.62 100.00
1850.00 1085.18 100.00
2002.61 1141.46
the output will be like this :
line arc line arc line arc line arc line arc line arc line arc line arc line
View 1 Replies
View Related
May 8, 2012
I'm plotting a map that is supposed to show a background of either aerial imagery or the USGS topographic maps. I have points for wells from the state database that has a tabular join to an excel spreadsheet. The well points are color coded for samping data from the spreadsheet. I want the color-coded points with the well ID number in a plot (paper or .PDF).
The imagery/map underlay are both MapIInserted, versus FDO Raster, but I've put them into a layer in Display Manager.
What's happening is that some of the points plot & some of the labels plot, but not all. Also, some of the text for the labels is missing the front end of text and some is missing the tail end.
I've gone as far as trying to set the white background of the USGS quads "transparent" and plotting with transparency thinking that the points were "under" the images. Not the case.
I'm only getting about 40% of the points.... WHY??????? I've spent the better part of a day on this and getting extremely frustrated. I've tried turning on/off hardware acceleration. I'm working with a "non-compliant" graphics card - think this is the issue?
C3D 2011
Intel Xeon E5630@2.53Ghz
NVIDA Quadro NVS420 Dual Monitor
12GB Ram / Win7 Professional 64bit SP1
View 9 Replies
View Related
Mar 18, 2011
I accessed an aerial image through data connect, adjust the the georeferencing, etc. Image comes in fine and no problems...
One day, I re-open the same file and the data-connected image is gone!
I try disconnecting and deleting the image, and then try re-connecting it but all I get is an error message "There was a problem adding data to Map."
View 5 Replies
View Related
Aug 6, 2012
You start drawing, drawing, drawing, use IPT's in IAM's etc...
At the end of the project there are bunch of IPT's that are not used anymore in the IAM's because of changes etc...
After a while you server or computer is full of unused and unwanted IPT's.
Is there an easy way to find IPT's that are not connected to IAM's ? So i can select them all an delete?
View 5 Replies
View Related
May 14, 2012
I'm wondering if I can move a part in iLogic or rule via X,Y,Z coords say from it's current location to 0,0,0?
I don't want to use constraints because it simply can't jump from one constraint to the next without blowing up.
View 9 Replies
View Related
Jan 5, 2012
I have a table in an Access 2010 database which has 130 rows of records. Each row is assigned a drawing file name field and then the 6 attributes for the title block of each drawing. I am wanting a routine that will open a set of drawings, the set matching each drawing file name field record and populate the attributes in the drawing title block with the corresponding records in that row from the database table.
I have seen where multiple blocks in one drawing can be populated with an attached database but I want to populate several drawings with a single database that has several records. One row of records for each drawing.
View 6 Replies
View Related
Nov 11, 2012
I'm working on a project that details with topo lines. I have the contours, however because I imported them as DWG's from sketchup they're a bit messy. Basically, instead of being one continuous line, their endpoints intersect and overlap, making it look very messy. Is there anyway I could delete these extra lines? I tried the overkill command to no avail.
View 3 Replies
View Related
Oct 31, 2012
In autocad 2013 is the best way still to convert data you have connected to, for example a shape file, as feature data in order to convert that into polylines and text is the best method saving it all as a seperate drawing using the "save as autocad drawing command"? Is there way to do it individually in the current drawing so that I do not always have to be saving things out as seperate drawings and then copy and pasting them back into my working drawing?
View 5 Replies
View Related
Mar 30, 2012
how can I check whether an object has a reactor connected?
I wrote the following
(defun c:**** (/ ogg collegaReactor) (setq ogg (car (entsel))) (setq collegaReactor (vlr-object-reactor (list (vlax-ename->vla-object ogg)) "NOMEAPP" '( (:vlr-modified . testedit) (:vlr-objectClosed . endedit) ) ) ))(defun testedit (notifier-object reactor-object parameter-list / ogg collegaReactor) (alert "testedit"))(defun endedit (notifier-object reactor-object parameter-list / ogg collegaReactor) (alert "endedit"))
If I start two or three or more times the "c:****" and select the same object, when I changethe "alert" appear several times.
View 8 Replies
View Related
Dec 29, 2011
A way to change the display order of pipes connected to the structure in a structure label? (plan and profile) Say you have a 10", 6" and 12" pipe connected to a structure, modeled in that order, so label would place them 10, 6, 12. we would like the label to display the order as 6,10, then 12 without having to drag the pipes off and then having to re-input inverts.
View 6 Replies
View Related
Dec 11, 2013
I have a Shapefile layer added to the map via FDO. I joined it to a SQL Server based table via ODBC. I can see all the data (shapefile & ODBC table) correctly in the attribute table, but when comes time to "Query to Filter Data...", only fields in the Shapefile are available and displayed in the Filter dialogue. I want to be able to Filter using fields in the joined. If I export that same Shapefile to an SDF and THEN try the same join and filter, all the fields from the SDF as well as the joined ODBC table are available in the filter dialogue.
View 8 Replies
View Related
Aug 19, 2011
I am using two different types of raster ECW and MrSid. ECW file resolution goes way down when plotting. They look like blocks. MrSid files look fuzzy but alot better than ECWs. I've tried RASTERTHRESHOLD, and RASTERPERCENT. Both are set to 90. Using HP6100ps.
Images are fine when using Imageinsert.
Is there a setting i'm missing somewhere for them?
View 3 Replies
View Related
Jun 18, 2012
I have a block that I would like make dynamic. It is a fishhook arrow for a roundabout traffic sign. I would like to rotate the head to various angles, and have the body of the arrow adjust. I already have the ability to stretch the two end points in their direction, and rotate the head, but the curved part of the arrow body needs to adjust for the new head location. I tried dynamic stretch, but it would not attach to the rotate dimension. How do I get these arcs to stretch along their radii and associate the end arc points to the near end of arrow head?
I had one thought of using multipe arcs so that they would overlap more or less as rotated, but this is a pretty crude workaround.
LT, C3D 2005 - 2014
XP, Vista, 7
View 7 Replies
View Related
Nov 15, 2010
One to Five people has the same project loaded into their Project Navigator.
One of the people opens a plot sheet while using the Project Navigator.
ALL computers with that project loaded experience an Autocad 2011 Crash.
-No Error Message appears.
-Autocad shuts down completely with no warning.
-Simultaneously!
This only occurs with DWG files located under the Sheets Tab of the project navigator.
It is not Project specific. This has occured for different users in our office with different projects open. However Autocad only crashes for the users with the specific project accessing the plot sheet loaded.
We recently made the switch from 2009 to 2011. So far this is only a problem for projects where the plotsheets were created in 2009. We can't go back to 2009 to plot since the walls etc have now adapted to 2011.
View 6 Replies
View Related
Sep 23, 2011
looking for a way to read in the DXF data for a surface entity in AutoCAD2012. There's plenty on reading in simple objects (e.g. 3DFace, Points, etc.) but nothing on surfaces. The data itself is also not as intuitive as I would have hoped. The DXF reference PDF from AutoDesk shows 7 possible unique entries and the data I need is most likely stored in the proprietary data. So, in short I know where it is but how can I read it?
View 7 Replies
View Related
Mar 29, 2013
I've encountered a strange issue in PSDs I've inherited from another designer.
When I have a text layer selected with the type tool active, the font size reads correctly (say, 40px). When I actually select the text with the type tool, the font size gives a strange number (say, 38.74px).
See the screenshots below:
This is on OSX 10.8.3, Photoshop CS6.
View 1 Replies
View Related
May 22, 2012
How could I get the ObjectIdCollection of all entities (points, polyline) in a certain layer?
I am using the following code at this moment.
private ObjectIdCollection GetEntitiesOnLayer(string layerName)
{
Editor ed = doc.Editor;
TypedValue[] tvs = new TypedValue[1] { new TypedValue((int)DxfCode.LayerName, layerName) };
SelectionFilter sf = new SelectionFilter(tvs);
PromptSelectionResult psr = ed.SelectAll(sf);
[code]....
But it seems the function fetches more ObjectId than I expected.For example, if I draw 3 points and 2 polylines in "A" layer.
ObjectIdCollection obc = GetEntitiesOnLayer("A");
int i = obc.Count;
I was expecting i to be 5 (3 points and 2 polylines), but i seems to be more than 5.
View 2 Replies
View Related
Sep 8, 2013
I have the dialog window with the settings for entities graphical appearance used in my plugin.
My goal is to create the same preview as AutoCAD dimension style manager dialog has, the dynamic thumbnail of the entities while user changes the settings in dialog.
Probably one option is to create temporary block (created based on data from settings dialog) and then use BlockTableRecord.PreviewIcon, but I am not sure if there is some other way.
View 2 Replies
View Related
Oct 4, 2013
How do I select entities by extent. Let's suppose I have Lowerx ,lowery , upperx , uppery [174.76789855957,28.3978977203369 , 507.941253662109 ,112.090751647949 ]. How do I find entities who have these extents.
View 1 Replies
View Related
Jan 3, 2013
I select all entities via Editor.SelectAll() method, but the nested entities (inside Blocks) are missing. Do I have to resolve them by iterating through all blocks afterwards or is there a Prompt Selection Option that can be set?
I don't want the user to select the entities, instead I loop through the whole drawing.
View 7 Replies
View Related
Oct 8, 2012
How to select all entites of a layer?
I want to migrate my VB code to VB.NET code, migrate the below code?
Private Function GetEntities(oLayerCollection As Collection, sSelectionSetName As String, _ Optional pointsList As Variant = Empty, _ Optional mode As AcSelect = acSelectionSetCrossingPolygon) As AcadSelectionSet Dim oSS As AcadSelectionSet
[Code].....
View 2 Replies
View Related
Feb 6, 2012
I received a drawing from an outside contractor that uses something with proxy entities. I can see them just fine on the screen but when I try to plot the drawing they disappear. It also came from a newer version so I had to use the DWG True View to convert it if that may have caused my issue.
View 5 Replies
View Related
Feb 6, 2013
I'd like to automatically hatch all visible polygons of a drawing. My vision of how to solve this is basically:
- for each visible drawing do
- pick internal point
- hatch
- end for
I'm having trouble by automatically picking an internal point inside the polygon.
I've found these two methods : Crossing numbers and winding numbers [URL]....... but they don't seem to work if there are some polylines inside an polygon.
Is there another solution to my problem for automatically picking an internal point inside a polygon ? Can I automatically hatch an polygon without picking it's internal point ?
View 5 Replies
View Related
Nov 27, 2013
My code takes the selected entities and reads out all the text of the attributes.
If no blocks are selected, the code prompts for a selection.
Unfortunately, by ending the transaction, the entitis are deselected.
So how to keep the selection, because it will be handled in a follow-up step.
Below a shortened code for the procedure:
private void Get_Text(){ Autodesk.AutoCAD.Internal.Utils.SetFocusToDwgView(); PromptSelectionResult sel = edt.SelectImplied(); if (sel.Status == PromptStatus.Error) { TypedValue[] auswahl_typ = new TypedValue[] { new TypedValue((int)DxfCode.Start, "INSERT") };
[Code] ......
View 1 Replies
View Related
Nov 24, 2011
I wrote a program that trys to move all the entities in a dwg file by calculating a grid transformation for each point in each entity. For example to move a pline
Case Is = "AcDb2dPolyline"
Set o2DP = oEnt
retCoord = o2DP.Coordinates
For j% = 0 To UBound(retCoord) Step 3
yaa# = retCoord(j%)
[Code]...
My problem is moving hatch entities. I haven't succeeded in finding equivalent code to move the hatch entities. I did find another post here, but I still don't get it.
View 6 Replies
View Related