AutoCAD 2013 :: Selecting Entities - How To Close

Nov 21, 2012

I am missing entities when I try to pick on them.Not window, not crossing. Just trying to pick an entity. I usually select entities first before my command.

Is there a variable that might have changed?  I played with PICKBOX & APERTURE but this doesn't change anything when I try to select something. I can have the entity in the box right next to the intersection of the crosshairs and instead of selecting the entity it starts to window.

I have a logitech m705 mouse w/ setpoint software ver 6.32.7 & driver ver 5.33.14 installed.

View 6 Replies


ADVERTISEMENT

AutoCAD .NET :: Selecting Blocks / Entities

Jul 12, 2013

I have some blocks which are placed with some routines in VB.net and are linked by a unique code to a external data file (XML-file). I want to try to created a kind of propertybox (in a toolpalette) which indicate some of this external data values. If one of these values are changed (by changing the values in the propertybox), some routines need to be executed.

Is it possible when a object is selected (not during a command), to run a piece of code (VB.NET). I have found some basic principles about "overruling" but I'm not sure this is the correct/possible way to solve the problem and I'm not there yet.

View 4 Replies View Related

AutoCAD .NET :: Selecting Entities In Multiple Layers

Jan 15, 2013

Is it possible to select entities of multiple layers?

I've looked at... [URL] .....

...and tried the following code.
 
string[] layerNames = {"1", "2", "3"};TypedValue[] tdv = new TypedValue[(layerNames.Length * 3) + 2];int i = 0;tdv[i++] = new TypedValue((int)DxfCode.Operator, "<or");foreach (string ln in layerNames){ tdv[i] = new TypedValue((int)DxfCode.Operator, "<and"); tdv[i + 1] = new TypedValue((int)DxfCode.LayerName, ln); tdv[i + 2] = new TypedValue((int)DxfCode.Operator, "and>"); i += 3;}tdv[i - 2] = new TypedValue((int)DxfCode.Operator, "or>");SelectionFilter sf = new SelectionFilter(tdv);PromptSelectionResult psr = ed.SelectAll(sf);
 This code gives me an error in the PromptSelectionResult.

What would cause the erro?

View 1 Replies View Related

AutoCAD .NET :: Selecting Nested Entities And Inheriting From BlockReference

May 1, 2012

My primary goal in this exercise is to select a nested polyline within a block and have access to its grips. I'm still not even sure if it's possible.

However, before I'm even getting to that stage I'm hitting some problems. I have some custom objects which all in some way or another inherit from BlockReference:

BlockReference

-Derived Abstract Class with common attributes

-Derived Concrete Class1

-Derived Concrete Class2

-Derived Concrete Class3

I insert instances of my derived concrete classes using jigs( Class2 for example is created using a polyline jig). However, when I select the block generated from it using a PromptSelectionResult, it returns a BlockReference, not the derived concrete class, not the derived abstract class.

When I try and cast that as the correct class type I get an error telling me I can't cast from the Base class to any of the derived classes.

So, firstly, why is it returning a BlockReference when the object I'm clicking on is an instance of a type that indirectly inherits BlockReference? And is it even possible to gain access to a nested entity's grips? I followed post here: [URL] .... but it doesn't give me what I need.

I've tried ed.GetNestedEntity and the AllowSubSelections property of PromptSelectionOptions and had little joy.

View 3 Replies View Related

AutoCAD 2013 :: Application Defined Codes In Entities

Feb 14, 2013

I'm looking for a way to tag entities (for example arc) in a DXF with an numeric ID of my choosing. I've been trying to understand the DXF reference and find examples of how to do it, but there is not much information available. My interpretation of the standard is that I'm allowed to do this:

0
ARC
8
Layer1
10
-1.734315
20
-1.975000
40
0.300000
50
225.000027
51
270.000065
102
{MYAPPLICATION
2000
13
102
}

Where 2000 is my application defined code and 13 is my numeric ID value. Is this correct use of application defined codes?

View 4 Replies View Related

AutoCAD 2013 :: Export Text Entities To Excel

Oct 18, 2013

Need to export to excel, just text entities from old drawing. Or convert to table, then export. As long as i can get the text to excel.

View 3 Replies View Related

AutoCAD LT :: Changing Colour Of Text And Entities To Red In 2013?

Feb 15, 2013

how do i change the text and entities from Black to Red after the WBlock has been inserted into a new drawing and exploded.

View 9 Replies View Related

AutoCAD 2010 :: Drawing 1 Does Not Allow To Close Without Selecting Save Or Don't Save

May 15, 2013

I used to be able to open a drawing then close it right away, if it was not the drawing I was looking for, as long as I didn't pan, zoom, or do anything else.  Almost a year ago I had a pop-up with-in AutoCAD that they reccommend I make this selection.  I can't remember what it said really, it was something about a script or lisp loading at each drawing opening.  Well, the result is the 'Drawing 1' does not disappear when I open another drawing and I would like that to stop.  Also as I said it does it to every drawing.  how to stop this?  I tried the 'startup' command and that is not it.  It is not a big thing just something I think is a waste of my time having to close that drawing each time I open AutoCAD.  Not sure it matters but I am using AutoCAD 2012

View 7 Replies View Related

AutoCAD 2013 :: When Select More Than 100 Entities All Of Grip Points Disappear?

Sep 27, 2012

When I select more than 100 entities all of the grip points disappear. With ACAD 2002 there seemed to be no limit to the number of entities you could select without losing the grips, but with ACAD 2007 they started dissapearing though with '07 clicking "View" "Regen" would bring them back into view (unless you accidentally click on another entity). With ACAD 2013 if I go over 100 that's it. This is mostly a problem for me as I use the spacebar shortcuts extensively in creating and manipulating my drawings. I have found other ways to  to acomplish my needs such as using the move command but I have much successful history using my old methods and would like to continue with them.

View 3 Replies View Related

AutoCAD 2013 :: Crashing On Save And Close

Jun 5, 2013

We have two computers running AutoCAD 2013 with Windows 7 64 bit and both crash regularly on save and close with about 2/3 of the drawing files. Typically it won't crash if I have only one drawing file open and then save and close. With more than one file open the system crashes regularly on both computers. Our service pack updates are current.

View 1 Replies View Related

AutoCAD 2013 :: Undo After Save And Close?

Feb 7, 2013

Since AutoCAD preserves the entire database list of commands used on a drawing from the beginning, is it possible to "back up," like using undo, after a drawing is saved and closed? Is there a way to come back the next day and start undoing the previous day's work?

View 4 Replies View Related

AutoCAD 2013 :: 2014 Fatal Error D3b42940h On Close

Jun 11, 2013

Everytime AutoCAD 2014 shuts down I get a fatal error with the d3b42920h. It doesn't seem to be the drawing that is erroring because it doesn't ask for a recovery file to be saved, but the program it'self. 

When SDI is set to 1 everytime you open a new drawing the error occurs. 

We do have a company wide network deployment with customised settings for over 40 machines and it only happens on certain machines. I don't want to restore default settings as and re-load our company settings on every machine this happens.

View 1 Replies View Related

AutoCAD 2013 :: Creating 2 Close Line By Script File

Oct 23, 2012

I create a script file to draw 2 lines:

Line 0,1 5.0,1 
Line 0,1.025 5.0,1.025  

But I only got 1 line. The second line is missing. When I use command to create them, everything is fine. Also if I change to 

Line 0,1 5.0,1 
Line 0,5 5.0,5

Two lines show up. 

View 1 Replies View Related

AutoCAD 2013 :: Macro - Export PDF / Save / Close Drawing

Sep 4, 2012

I am working with an action macro to be able to use the EXPORT PDF option (save into current folder as DWG with no user input) / save the current drawing / and close. 

At present i am able to get the macro to export the pdf and then (user input to directory to save and to overwrite the previous file) then save the file but cannot close the drawing.

View 1 Replies View Related

AutoCAD 2013 :: Layer Control - Not Giving X To Close The Screen

Jul 8, 2013

When I use my layer control and the pop up opens to changes layer or add layer, it will not give me the "x" to close the screen. I am figuring out to close the screen.

View 2 Replies View Related

AutoCAD Inventor :: 2013 And 2014 Close When Open Any File

Jun 25, 2013

I had Inventor 2013 and it worked well for a long time, I didn't use it for a while, then yesterday I tried to use it again and it wouldn't work. It starts up fine, and gets to the menu where you can choose from recent files, new files, tutorials, etc. After I select anything to open, whether its a new or old file, the program will load open the file then immediately stop working. No error message is displayed besides Windows telling me "this program has stopped working". I updated to 2014 yesterday, and the exact same problem persists.

View 9 Replies View Related

AutoCAD 2013 :: Drawing Graphics Still Display When CLOSE Command Invoked

Apr 16, 2013

I've seen this happen with a couple of the previous releases, but not for some time.  After the CLOSE command is issued, the drawing graphics remain displayed but no AutoCAD specific keyboard or mouse input is accepted.  More of an annoyance, I guess, as Control + O will then allow opening of another drawing file.  This just started today for no apparent reason after using 2014 for the past week or so.  Prior to this happening, my workstation locked up completely while trying to close a CAD file and Task Manager wouldn't take any input.

Win 7 with Service Pack 1, 64-bit 
16 GB Ram
Intel Core i5 CPU

View 3 Replies View Related

AutoCAD 2013 :: Draw Order Won't Stay When Close And Reopen The Drawing?

Nov 21, 2013

How do I get the draw order to stay the way I want when I close and reopen a drawing? I even think that a couple times, without even closing and reopening the drawing, the draw order has flipped back to the way I don't want it after changing it.

View 3 Replies View Related

AutoCAD 2013 :: Control Buttons Missing (Minimize / Maximize / Close)

Mar 27, 2013

I'm using autocad 2013 & the classic workspace instead of ribbon.  For some strange reason, if 2 or more drawings are open & I minimize a drawing, it removes the minimize, maximize, close buttons from the right top side of the screen like in the attached picture.  To get them back I have to go to the window pulldown & select the drawing from there. I'm using windows 7 pro with a nvidia quadro 1000m card.

View 2 Replies View Related

AutoCAD 2013 :: Minimize / Restore Down And Close Icons Keep Disappearing From Upper Right Hand Corner?

Jan 9, 2013

The minimize, restore down, & close icons keep disappearing from the upper right hand corner on my current drawing file in 2013 LT. They will reappear once I re-zoom the drawing. Is there any way to keep these icons on the screen at all times?

View 2 Replies View Related

AutoCAD 2013 :: Selecting Objects In Drawings?

Jul 3, 2013

I just installed Acad v. 2014.  I opened up an existing file, went to select a line, but noticed that the line does not highlight when I hover over it like my last version.  How do I change the settings so that when I hover over an object, whether it be a  line or a cross hatched area, it will highlight that object so I know the length or area of the object?

View 4 Replies View Related

AutoCAD 2013 :: Selecting Hatch By Clicking It

Apr 4, 2013

Selecting the hatch by clicking it, It happens very often that we fail to select the hatch by clicking it.

How to ensure selecting that hatch by clicking it? Why the hatch is failed to be selected by clicking it?

View 9 Replies View Related

AutoCad :: 2013 - Goes Very Slow When Selecting Certain Tools

May 16, 2012

Using Autocad 2013 I'm having this massive slow down when I choose a tool such as trim. All I have to do is select the trim (or chamfer etc) button for example and it's as though I get a framerate of about 5. I've never had a problem in 2012.

Rough pc specs:
win7 x64
8gb ram
i3-2100 3.1ghz
amd radeon hd 6700 (latest drivers installed)

The pc specs are fine - perhaps an issue with the graphic card?

View 9 Replies View Related

AutoCAD 2013 :: Selecting Existing Sample C# Project

Oct 3, 2012

I want to make a dll from a sample project by selecting one as an existing project in visual studio 2010. My attempts get me to an empty file folder. How can I do it correctly?.

View 1 Replies View Related

AutoCAD 2013 :: Selecting Items And Then Entering Command

Dec 20, 2013

My AutoCAD Map 2014 still allows me to select objects and then type the command to, for example, delete the items. I was able to do it in my Civil3d but it seems something was toggled so that I'm no longer able to. Now if I select items, once I select a command, it essentially unselects the objects or doesn't recognize that they are selected.

View 2 Replies View Related

AutoCAD 2013 :: Grid Snap Auto Off While Selecting?

Jul 26, 2013

In 2010, I thought I remember the grid snap would automatically turn off when I was in a command for selecting stuff, then after completing my selection, the grid snap would automatically turn back on.  For instance, if I wanted to isolate a layer, with grid snap on and set to 1/2x1/2", the object I would try to select would be in the middle of all the grid points and my curser would just jump around it.  I'd have to F9 to turn off grid snap, then turn it back on when I was done selecting. 

View 3 Replies View Related

AutoCAD 2013 :: Momentary Freeze When Selecting Solids

Aug 16, 2012

The problem is when I select a solid, autocad freezes for about a minute.  After that minute, I can execute a command.  During that minute of inactivity, I can use anyother program or part of windows normally with no apparent degradation.  If I click in an autocad window, toolbar,etc, all the open autocad windows cloud over and the cursor turns to a spinning cursor.  Outside of an autocad window the cursor is normal.  This is how it works in the noun/verb process, grip editing.  However, if a command is issued first, then the selection of solids is instantaneous. The solid(s) are appropriately highlighted and everything proceeds normally in the verb noun approach.

I have played with a variety of suggested performance settings in windows and in autocad.  I have updated the graphics drivers so I always have the latest version.  I have a quadro fx 3700, 16gb ram, and 2.5 tb of disc space.  

View 6 Replies View Related

AutoCAD 2013 :: Any Way To Turn Off Selecting Xrefs When Hatching?

Mar 13, 2013

I am accidentally selecting the xref when hatching and thought I remembered a setting or something to where you could make it where the xref couldn't be selected when hatching? I know the work around. Just unload the xref and then hatch, just thought their was a setting for this.

View 1 Replies View Related

AutoCAD 2013 :: Dimension Text Disappearing When Selecting Dimensions

Nov 15, 2012

In AutoCAD 2013, when I try to select a dimension object for moving, erasing, &c, the text disappears. How to get it to stay displayed?  Seems to just be when using AutoCAD 2013.

View 6 Replies View Related

AutoCAD 2013 :: Selecting Visibility States In Dynamic Blocks

Sep 26, 2012

Is it possible to select visibilty states of a dynamic block in a drawing, for ex. to count how many of each visiblity are in a drawing?

Ex.:

I have a drawing of a big pile plan with al lot of various piles in there. I made one dynamic block of the pile in which i can select what kind of pile i want to have visible. Now i want to count how many of each pile is in the pile plan.

If all different piles would be different blocks i could easily count with 'Block Reference' in 'Quick Select', but i dont know how to do the same with a dynamic block (which has one block name only) and its different visibilities.

View 1 Replies View Related

Revit :: LT 2013 Randomly Crashes On Close

Jan 12, 2013

I have run Revit 2012 on this computer without any issues, but recently switched to Revit LT 2013 and have been having a tremendous amount of problems with it crashing.  I am working on a quad core i7 laptop with 32 gb of ram and a Nvidia GeForce video card with 4gb of ram.  The operating system is Window & 64 bit. 
 
When I initially installed 2013 it would randomly crash on close.  The file was always saved even if I didn't save before close and let it save through the closing process.  It would send a report to Autodesk, but this was an error that I could honestly live with since it didn't cause problems while I was working.  
 
On rare occasions it would crash while I was working in the program.  No warnings, and no report to Autodesk, it would just close and not save what I had been working on.  Becoming a bigger fan of constantly saving.
 
It also crashed when I was working in the file manager either opening, doing a save as, etc.  I narrowed this arrow down to clicking on a folder with the right mouse button (hoping to rename the folder).  The easy fix was to stop doing that.However, recently it seems to have begun to crash far more often, many times at ten to fifteen minute intervals.  Some of the occasions it occurs at are:

-trying to change the end location or arc of a leader
-editing the boundary of a fill region (when launching the trim command)
-using the paste command to copy line work from one detail to another.

Each time it will crash it will come up with the window that the program has stopped working and windows is looking for a solution.  Eventually windows closes the program.
 
I have tried turning off the 3d acceleration in Revit and that had disasterous results.  Revit would load but immediately when loading a file and trying to display the image/drawing.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved