AutoCad :: Exclude Zooming From UNDO Function

Jan 18, 2005

Is it possible to exclude zooming from the UNDO function? Going through undos is mostly pretty annoying "back-worth"-jumping, when working with a scroll mouse.

edit: Forgot to mention that I'm currently using AutoCAD LT 2000i. And upgrading to LT 2005 in very near future.

View 9 Replies


ADVERTISEMENT

AutoCAD Architecture :: How To Exclude Zoom And Pan From Undo List

Jun 21, 2013

Is there a way to filter out zoom and pan operations so they're not included in the undo list?

View 3 Replies View Related

AutoCad :: Settings To Not Undo Zooming?

May 28, 2011

Is it necessary to have AutoCAD remember the "zooms" when you hit "undo"? Is there a setting that will allow AutoCAd to not undo "zooms" when I hit "undo"?

View 4 Replies View Related

InDesign :: Undo Function Not Working?

Feb 12, 2014

CC InDesign 9.2 update has killed my Undo/Redo function - it's always in light grey...

View 3 Replies View Related

VideoStudio :: Undo Split Audio Function Once Used It?

Jul 15, 2013

Is it possible to undo the Split Audio function once you have used it?

View 2 Replies View Related

Illustrator :: Why Does A Selection Release After UNDO Function

Mar 6, 2014

Why does a selection release after UNDO function? Older versions didn't used to. It's annoying to have to re-select after each time you undo.

View 6 Replies View Related

InDesign :: Cannot Save Files Or Use Undo Function In CC

Feb 21, 2014

I am not able to save files or use the Undo function in InDesign CC. Tried many fixes but nothing has worked. I have a ton of work to get done today

View 8 Replies View Related

AutoDesk Smoke :: No Undo Function On Sapphire Sparks

Nov 4, 2011

This is something that I have noticed on various systems (flame, flint, smoke). For some reason the Undo function doesnt work inside Sapphire Sparks.

Smoke 2013 Ext1
17" Mac Book Pro
OS X 10.8.5
16 GB RAM

View 2 Replies View Related

AutoCAD Civil 3D :: Undo Without Zoom As Part Of Undo?

Apr 27, 2012

Is there a way to undo without zoom as part of the undo?

Civil 3D 2013
Windows 7 64-bit
Inteel 2.40 GHz 8 GB RAM
Dell T7600

View 4 Replies View Related

AutoCAD .NET :: How Undo Marks Are Added To Undo Stack

Oct 20, 2011

I have a problem understanding how undo marks are added to the undo stack.In the code below a fan of lines are draw in a random location.If you run MTest a few times, the AutoCAD Undo command will remove the fans one at a time.

If you run MMulti to draw 10 fans, the AutoCAD Undo command will remove all the fans in a single step.I want to be able to remove the fans one at a time.I thought that  a  StartTransaction / Commit  pair would act as markers for the undo stack, but this isn't working.

Tested on AutoCAD 2010  VS 2008 
<CommandMethod("MMult")> _
  Sub testmult()
        Dim i As Integer
        For i = 1 To 10
            Call testdraw()
        Next
  End Sub
[code]....

View 3 Replies View Related

Paint.NET :: Fast-painting Using Undo Stack And Saving Undo History

Aug 19, 2012

I think it'd be so cool to be able to replay your entire undo history of a picture, so you can see and show others how you proceeded on a picture you made. That way, it's never necessary to capture screen video for like 10 hours and stuff..

So first you'd need to add an option to save the undo history (so that you always keep the history from when you started). Then you'd need an option to playback the undo history.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: No Function Definition With Distance Function

Oct 25, 2013

This 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.

View 9 Replies View Related

AutoCAD Civil 3D :: Exclude Point With No Description?

Mar 13, 2008

Is there a way to exclude points from a point group that have no description?

View 4 Replies View Related

AutoCAD LT :: How To Exclude Text From Being Covered By Hatching

Mar 5, 2010

I have a box with text in it. I wish to have hatching in the box, but not have it interfere with the text. Can I make the text an object or a boundary where it will be recognized as an island and not be hatched over?

The attached file (NP-1a.dwg) has text in a box with hatching. I don't want the hatching over the lettering.

I'm using AutoCAD-LT either 2006 or 2009.

View 9 Replies View Related

AutoCAD Inventor :: Passing A Function Name To Another Function

Nov 13, 2012

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.

View 2 Replies View Related

AutoCAD Inventor :: How To Exclude Drawing Sheet From DWF When Check-in

Aug 31, 2013

I am using Inventor 2012 64 bit with Win 7.

We have a lot of drawing that has some extra sheet for ref. and Inventor let me exclude count and print from those extra sheet. This work fine but when we check-in the drawing to vault it update or publish all sheet to dwf. This is very compass for us because we full the dwf file from vault to release and the sheet count is different than the print out.

Is there a way to EXCLUDE those sheet when check-in or update dwf?

View 1 Replies View Related

AutoCAD Civil 3D :: Exclude Area From Volume Calculations

Apr 4, 2013

I must monthly calculate quantities. So i have 3 surfaces, one is representing the original ground level and the other two the measurements on the end of the months. Between the measurements I calculated volume. But I want calculate the quantities what is inside of the original ground level, what is outside that I want to exclude from the calculations. There is a way how to crop that surfaces to match with the original ground level?

View 9 Replies View Related

AutoCAD Civil 3D :: Point Group Include Exclude

Nov 14, 2013

im trying to create a point group by including all points and then excluding the points i don't need. it doesnt seem to be removing anything from the group. i used to do this all the time in ldd. is it still possible in c3d?

View 2 Replies View Related

AutoCad :: Exclude Layer And Save It In Separate File?

Sep 5, 2011

what is the best proper way to exclude a layer and save it in a separate file. The think is that if i freeze the other layers the new file still keeps the other layers. This creates a problem in a conversion process to shp, that i need to do.

View 1 Replies View Related

AutoCAD Inventor :: Use Include / Exclude In Pattern Of IAssembly?

Jun 11, 2012

I need use Include / Exclude some components in a Pattern which include an iAssembly. But looks like this option is not available (maybe I missed something)?

I use Inventor 2009, XP32 OS.

Autodesk Inventor Professional 2013 (64 Bit) SP2
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory

View 9 Replies View Related

AutoCAD Inventor :: Not Possible To Exclude Components With Derived Assembly?

Jan 12, 2010

It seems to me that the basic exclude component no longer works when deriving assemblies. If I cycle through components it is not possible to get the Grey circle with the backslash through it?

IV2010 SP2
Dell Precision PWS690
Quadro FX3500
DirectX 178.46
Spaceball 5000
Intel Xeon 3GHz
4GB RAM
WinXP Pro SP3

IV2014 SP1 64bit
Dell Precision T7500, Geforce GTX 480, DirectX11 306.97
SpaceExplorer 4.04, 3DxWare 3.12.2
Twin Intel Xeon E5506 2.13GHz, 12GB RAM, Win7 Pro SP1 64bit

View 3 Replies View Related

AutoCAD Inventor :: How To Exclude Part From Assembly Section Drawing

Jan 16, 2013

I have an assembly were i want to exclude some parts in a sectional drawing view. I mean i want those parts should be visible in section view but should not get sectioned. And the remaining parts will be in a sectioned view. Is that posible or i may be missing something.

View 8 Replies View Related

AutoCAD Inventor :: Unable To Exclude Parts In A Derived Assembly

Jul 14, 2013

It says i can exclude parts from the assembly, when i insert it as a derived part, but the exclude button is greyed in the insert derived part dialog box.

View 4 Replies View Related

AutoCAD Inventor :: Include / Exclude Imates From Two Parts And 1 Whole Part

Nov 15, 2013

I want to exclude imates from two parts and 1 whole part at the same time.

This is my situation:

PartA with 2 sets of imates(for constrains on 3 axis for no movement) on the right side. Set A and set B.
PartB with 2 sets of imates, one on the left side set A and one on the right side, set C.
PartC with 2 sets of imates on the left side. Set B and set C.

i want, in a iPart, part A connected with part C connection with iMate set B. And in the same ipart i want Part A, B and C connected respectively with iMate sets A,C

So in the first situation i want iMates A and C and part B to be suppressed and in the second i want iMate set B to be suppressed.

View 1 Replies View Related

AutoCAD Inventor :: Exclude From Count Breaks Page Number When Unchecked

Apr 8, 2013

I had some sheets that I wanted to hide so I clicked exclude from count and exclude from printing. 

Now I want to put them back, if I uncheck the boxes the page numbers don't show up in the border. Neither will if give a page number to the pages that were previously hidden in the browser. 

Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Option In Drawing Mode To Exclude Parts From Section View

Feb 1, 2012

Is there an option in drawing mode to exclude certain parts from a section view.

According to ASME Y14.3 parts such as shafts, keys bolts and nuts should be excluded in sectional view. Its not just removing the Hatching, the part has to show completely.

The closest I found in Inventor is that you can exclude Standard parts from being sectioned. Some of my parts are not in the standard library.

I would like to have the option to choose which parts I want to section and which ones I don't.

View 9 Replies View Related

Photoshop :: Exclude A Selected Area

Jun 16, 2009

How do I exclude a selected area within a photo from reacting to the fill tool(paint bucket)?

View 3 Replies View Related

Lightroom :: How To Exclude JPEGs From Import

Jul 12, 2013

I'd like to import just the RAW-files from my sd-card (no jpegs). Unfortunately there is no simple way to exclude the jpegs from importing. I'm talking about importing some hundreds of photos so it's not possible to uncheck them manually. I think there has to be a way to filter the import by certain file extensions or at least sort by file extensions. Sorting by media type does not fix my problem.

View 3 Replies View Related

Lightroom :: How To Exclude Images For A Web Gallery

Jun 22, 2013

AFter you import images, what is the best way to then exclude some of the images before making a web gallery?

View 12 Replies View Related

CorelDRAW X4 :: Exclude Backup Files When Searching

Nov 11, 2013

Is there a way to exclude "backup" files from search. Don't tell me to turn off backup! They have saved me on more than one occasion. When I search my Corel "Jobs" directory which has over 40,000 files it shows all the backup files too. How can I exclude those files? No, creating a seperate place just for these files is not a viable solution either as the backups are set to save within the same directory as the Corel file. If it were seperate it would be really hard to find as we often just call files "18 x 24 coro" but under the clients name. Can't have the backup saving over others with the same name. 

File directory is SERVERJobSavesCorel draw 9Aclients name...

I want to search all of Corel draw 9 but don't want to see "backup" files

View 3 Replies View Related

Photoshop Elements :: How To Exclude MTS Files From Importing

Dec 29, 2013

I use my photo camera for photo's and video, but as PSE is crashing/freezes when it encounters a mts file I would like to exclude these from importing but the default "media type" settings does not allow this.How can I force PSE to exclude these files, so I can import all photos into the organizer.

View 2 Replies View Related







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