AutoCad :: Function Keys As Osnaps?
Aug 25, 2006have finished loading 2007 onto them.Now, back with 2006 we could set osnaps to the function keys (e.g. F2 to snap to END). I have been told that you can't do this with 2007.
View 9 Replieshave finished loading 2007 onto them.Now, back with 2006 we could set osnaps to the function keys (e.g. F2 to snap to END). I have been told that you can't do this with 2007.
View 9 Repliesis there a way to make "hot" keys so you can get to a function with out navigating ......like flatten an image has none but hue/saturation has ctr-u
and selective color has none ...any tips tricks or insults...... just playin
i waste a lot of time navigating photoshop add those seconds up and you have another work day....
I am running CAD 2007 LT. Old laptop runs windows XP. On black Friday I purchased a new laptop with windows 7. All is well except the F3 & F8 I am so used to aren't allowing me to toggle on off. I have discovered that the fn button (lower left) by the ctrl button will let me toggle 1 time but have to hit the fn each time then F3 or F8.
View 9 Replies View Relatedchanging the F12 key. I want to use it set the UCS to object. I assume it done be amending the CUI. I found the shortcut for the current use of the F12 which reads
'^P'_.dynmode $M=$(if,$(>,$(getvar,dynmode),0),$(*,$(getvar,dynm ode),-1),$(getvar,dynmode))'
what I need to type to set the UCS to object.
I have a HP laptop on which I run AutoCAD 2012 AND Civil3D 2012 both of which for some reason do not have the function keys working as normal. Oddly enough if I attach an external keyboard, the function keys work as expected.
View 4 Replies View RelatedI try to assign a shortcut to a function using VBA. (I find the same problem when I do it through the UI of Inventor)
ThisApplication.CommandManager.ControlDefinitions.Item(...).OverrideShortcut
ThisApplication.CommandManager.ControlDefinitions.Item(...).OverrideShortcutType
when I assign "" to OverrideShortcut the the OverrideShortcutType is kNoShortcut
when I assign "D" to OverrideShortcut the the OverrideShortcutType is kAliasShortcut
when I assign "Ctrl+D" to OverrideShortcut the the OverrideShortcutType is kAcceleratorShortcut
So far so good but now:
when I assign "F11" to OverrideShortcut the the OverrideShortcutType becomes kAliasShortcut resulting in:
I have to type F 11 to launch the command. What I want is to Press the key F11 to lunch the command instead of typing F 11
(This works good with Ctrl+D but not with F11)
Can I work around this to use the Function key's ?
every now and then i keep setting up my Osnaps. is there a permanent setting on Osnaps? or did i mess something in my CAD system?
View 6 Replies View RelatedI am using education version of Autocad 2012 and have only around 2 gig of RAM. Whilst drawing , mainly in 3d my osnaps do not seem to work properly. In a lot of cases it is only the "nearest" snap that works. Sometimes I get no snaps when I think there should be plus I get a bunch of tiny green crosses around where I want to snap. Could my lack of RAM be causing this ?
View 4 Replies View RelatedSo my co-worker says everytime he opens up a drawing, all of his osnaps are on. He turns them off and reopens the drawing, and they are back on. Before I go down stairs to see what the problem is.
View 9 Replies View RelatedURL....Constantly in 12 and 09 I have had issues snapping to endpoints since the changes to osnaps in ACad itself. It doesn't seem the ramifications were followed thru to ACA.
They seem to have addressed some issues in 12 but not all and often it dails completely.As osnaps is a basic functionality I think Adesk needs to get this working properly and as a fix for 10,11,12 and 13.
I'm facing a very weird problem with circle and interception osnaps. Maybe I'm wrong, but I've a space between the osnaps interception and the the circle line (pointer) when I'm trying to move it to the bottom or top line.
The problem doesn't occur with line. The osnap will go directly to the interception, but with the circle, I just can't understand... It's currently messing my drawing up, as I'm trying to move the circle tan point to another interception.
Here is the screenshots with only interception snap checked (working in milimeters if it does matter):
Well, seems it does occurs with all the snaps too, tested it with "nearest" too, and look how descaled it is:
I had some problems with Osnaps that thery are imprecise!
When draw lines in 2d and zoom in to draw things are more detail, then the osnaps show double, and even worse if I import a block and the block places in a different place than the osnap shows.
What would cause Osnaps to stop working on 2D section linework?
View 1 Replies View Relatedi am trying to reduce the sensitivity of osnaps by changing the aperture. However, no matter how big or small I make the setting, my snaps are still way too sensitive. I can move my crosshairs across a whole line that's 48 inches long and I can only snap to an endpoint or midpoint (I want to just snap somewhere along the line). I have tuned on the option that shows the aperture, and it's definitely changing astetically, however the behavior of osnaps have not changed
View 2 Replies View RelatedI've just installed GIMP to see if it can replace Photoshop for me. But I experience some weird troubles. When I try to use the text tool I can't type anything because all the keys acts as shortcut keys. Aren't these supposed to be overridden when using things like the text tool? I also have the same problems with dialog boxes. The tab key is used to hide toolbars, but when I open dialog boxes I would rather want to use tab to jump from one input box to another. Plus I couldn't enter numbers because the number keys was shortcuts for zoom level.I guess I'm just doing this all wrong? I'm on OSX Maverick.
View 5 Replies View RelatedThis seems absolutly silly.
(setq p1 (getpoint))
(setq p2 (getpoint))
(setq Dist (distance p1 p2))
Why does this not work?
I'm trying to build a command to replace AutoCAD's "DI" command, to give distance and delta x, y, and z values in decimal and imperial, and keep the angles in XY plane and out of XY plane.
I'm trying to be able to have a function run another function with the secondary function being passed as an argument to the first. I'm trying to create a recursive function and the recursive part works great. I just need to be able to have the recursive function run other functions to actually do stuff.
Here is something I found that should do what I need, mainly run a function from a function name in a variable.
Sub test() Dim ftnName As String Dim argument As String Dim result As String ftnName = "myFunction" argument = "cat" result = Application.Run(ftnName, argument) MsgBox resultEnd SubFunction myFunction(inString As String) As String myFunction = inString & " has " & Len(inString) & " letters."End Function
However I get the error "object required" on the "result = Application.Run(ftnName, argument)" line. So I'm guessing the Inventor VBA doesn't like this method of doing this. I'm just hoping there is a way to do this or this function will be useless or reduced to hardcoding functions which still defeats the purpose.
I've upgraded to Autocad 2012 LT and the F keys are not working. How to toggle them on?
View 8 Replies View RelatedI hate making keys and legends, but they are critical to understanding drawings, especially those with a lot of overlayed hatched areas.
I like to make them in paper space so that I can easily customize them to the sheet and to what hatched items are displayed in that specific sheet. But, I then find it to be such a pain to replicate the hatches from model space accurately, especially when these features are in an XREF, or the ucs has been rotated, the scale changed, or there are viewport LWT, LTYPE, and color overrides.It would be simple and amazing if the hatch "inherit properties" worked across Model Space / Paper Space / XREF scenarios but it doesn't seem to.
Why my F keys are not working and how to fix them?
View 3 Replies View RelatedI am using AutoCAD 2002 Mechanical at work and the mouse wheel is set to do zooming in and out. The finger I use on the wheel is beginning to hurt as I zoom a lot so I would like to be able to zoom with the up and down arrow keys on my keyboard instead. Is this possible?
I would also like to know if it is possible to set up panning in all directions with the four arrow keys instead of pushing down the mouse wheel and moving the mouse.
Is there anyway that I can pan up, down, left, right using arrow keys? or zoom in, zoom out using pgup pgdn? I only know ctrl+arrow keys... I think it is more convenient if I use only arrow keys.
View 3 Replies View RelatedI'm currently using AutoCad 2012 while in the process of installing 2013. Over the last few months i've had an increasing problem with a sore finger causing by an over reliance on zooming with the scroll wheel. To combat the problem I've recently purchased a track mouse but i'm finding it difficult to move around the drawing as freely as i'd normal be used to.
Is there any way of setting the arrow keys on the keyboard to zoom and perform a similar function as the scroll wheel on an orthodox mouse?
Is it possible to put only specific command buttons from the toolbars on my interface while excluding others.
View 4 Replies View RelatedFor some reason in my base template for field work the "Disable Description Keys" option in Points Creation is set to "true"
How can make this default to "False" in my template. I've tried changing it and then saving the template again but it reverts to true all of the time. I have to select my points and do apply desc keys whenever I import points.
When I try and save (Control+S), nothing happens. I noticed none of my control keys do anything.
View 2 Replies View RelatedCivil 3D Newbie here.
I am making a directory full of the blocks we will use for the description key file to use. My understanding is that all of these blocks (manholes, hydrants, trees...etc) should be on layer "0" and of standard size. Manholes should be about 3' in diameter, transformer pads around 4' square....etc. Essentially, 1 = 1 true scale.
Is this true?
I currently use Leica Viva Smartworks for surveying and it captures the linework codes in its own field, so when I export my CSV file my Descrition comes on with the feature code but the linework code is another field. Is their a way that using the Format field in the description Key that I can get the Full description field to read something like "V-DOMW-PIPE B", which would pull the feature code from the raw descrition field and the begin line code from the Linework field.
View 5 Replies View RelatedAre Layer Keys only for ACA objects ?
for example:
I'd like my dimensions to be all on layer "D" in the color red.
I added "dimlinear" to the key style. but it just draws dimensions on the current layer.
Creating a format to keep a number following a code.
My code is BCCD#
My format is DFL CC $+
My result now is:
Raw Desc. BCCD1 B (Bottom of Concrete Ditch)
Full Desc. DFL B CC (Ditch Flow Line and Type)
I am attempting to create a key that will create the following full description from the raw description:
Raw Desc. BCCD1 B (Bottom of Concrete Ditch)
Full Desc. DFL1 CC B (Ditch Flow Line and Type)
The reason that I need to change the description is to comply with certain standard codes from an outside entity but I do not wish to change the filed coding that we use in house. I cannot seem to find a parameter that would allow me to keep the number behind the DFL descriptor
I recently acquired AutoCAD 2007 LT and I'm trying to modify the temporary override keys the way I like them, and I can not get them to modify, or to work in their current settings.
I found the entry for the topic 'To modify a shortcut key.' It has 8 steps. I got through the first five, but the sixth I can not get to work as they describe it.
When I go to enter the new temporary override key, nothing appears in the entry window. For example, I am trying to set Endpoint Snap to CTRL-E. (It is currently SHIFT-E.) This is how I had it in 2002 and it shouldn't be a problem. But when I type it in, nothing appears. In fact, no matter what I type, nothing appears unless I press 'shift' first.
I also can't get them to actually work. If I'm in the Line command, and I turn off the running Osnap, and I press Shift-E, it does not actually create an endpoint snap for me, it just types a capital E in the command line, which does nothing for me.