AutoCad :: Action Macro - How To Select Last Layout Tab
May 3, 2012
I want to make a action macro that selects the copy the last layout tab, copy that, goes modelspace and -pan @some numbers, go back in modelspace. stop.
I've recorded the following steps successfully:
Layout
copy
<Enter>
<Enter>
and
mspace
-pan
(basepoint plus some mumbers)
(@-3000,0)
I would like to know the command for selecting the last layout tab. Without using right-click functions which, as I know of, are not recorded?
I'm attempting to use a macro in Inventor 2013 I found on the Mod The Machine blog to lay out the parts of an assembly. They're wood (not sheet metal), and the purpose is to create a drawing/cutlist with flat views of all the parts for easier DXF extraction.
The issue is that not all the parts in our assemblies are created with the length and width on the XY plane. So, some parts are laid flat on the XY and some stand up straight. How do I modify this code to look at the XZ and YZ planes as well for length and width?
Do you have a macro or Diesel command that would select all text or dimensions in a drawing and delete it automatically. I've seen an LISP command, but I know from a fact that it does not work on LT. By the way, I'm using Autocad LT 2014.
I work in a place that his literally dozens of .ctb files.
Client specific, job specific , projects phase specific - you name it.
Is there a customable lisp routine or macro to invoke - Page Set Manager - Modify - Plot style Tables (pen assignments) - and then to select the particular .ctb file you want ?
drawing created, set image in perspective, hide, used 3dOrbit to position and so forth to what wanted. Then create new layout which shows just fine.BUT can't "select" anything to export from layout. If try to export directly from drawing sheet it exports hidden lines and is white on black (which don't need or want in an advertising image).I KNOW this can be done since I did it 10 years ago, got nice clean images (for a number of products I sell) as *.wmf files that I have been using since then. But, have lost some of images and having a problem updating my company catalog (but need to recall how to do this as may need different drawings in the future-I did it before). Have read mentions here of JPGOUT command but that doesn't work on my AutoCAD 2000.
need a macro code that will select all objects that I've named "X" then delete them. Tried recording but it only works for the one object and not all of the same name
I would like to have a macro to select all the text in a document (independently if it is in a group or ungrouped), and change its font to another one.
I have tried to record a macro by myself, but appear a text that says that these functions could not be recorded.
I want to select my text and change the size from my macro. As of now if i preselect the size it outputs the size once i type the text in box and add to page, but i cannot change the size by selecting the text. Im building this off of my output settings.
Sub ChangeSize ()Dim OriginalSelection as S, text as StringDim txtShape as ShapeOn Error Resume NextOriginalSelection = (ComboFontSize.text, "pt", "")size = CInt(text)Set textShape = ActiveLayer.CreateArtisticText(ActiveLayer.Page.CenterX, 8, FontText.text, cdrLanguageNone, cdrCharSetMixed, Me.lstFonts.text, size) End Sub
How to select or delete the unwanted switches in my layout drawing ? I can select it ... may i know what layer is that and it doesn't appear in my model drawing...
I have three drawings in modelspace and three viewports in one layout (paperspace), I would like to select each modelspace drawing and assign it to each layout viewport.I'm using Visual Studio 2012, .NET Framework 3.5 and Csharp.
I need to select all the viewports in the drawing and to make some changes with them, I'm planning to select them all with ssget command. If I do that I will have one viewport for the paperspace itself in every layout. One of my question is, how to know which viewport is the paperspace itself?
Second question is, how to get the name of layout in which one is the viewport? It is important to me that the lisp is really fast, so I'm planning to do the most of stuffs with vla commands.
I am writing an action and I want to select the next layer (up or down) for processing. Much like Layer>Arrange does except it relocates the layer up or down, I want to highlight a layer (up or down) for processing. If I click on the layer to select it in the action, then when I run the action on another photo, the action say it cant find the layer name (from the photo I used to build the action). Is there a key combination to do this ? Like 'CMD [' and 'CMD ]' does for Layer> Arrange.
I need to create an action. A simple one. The idea: One path is selected, a user runs the action, it makes a copy of that path, moves the copy, select both the path and its copy and makes a blend.
I tried to record that action, but Illustrator does not record the paths selection/selecting.
Even a simplier task: How, in general, having one path selected, select an item/path above or below it? And how to select them both?
I can make a script for that, but the requirement is to keep it as simple as possible: have an Action only without any scripts, if possible.
We need a macro that will allow you to select a certain color fill inside document and change all to no fill hairlines. It needs to be capable of doing it several times within the same document. Does anything like this exist out there?
We have color replacer. We want it to do this automactically with a static group of colors everytime without any manual maniplulation required.
When I select the text tool and click in the layout area, I type "i" and upon clicking off it auto changes to a capital "I". It's never done this before. If I do i space i space i space, it keeps changing, it won't allow me to have lower case letters.
I have a bit of a problem with Autocad map 3d 2012. When i try to insert a scale bar or a north arrow or any other carthographic element i simply can't find the layout elements that are supposed to be in layout tools tab. I've done a lot of research online and can't come up with anything.
I accidentally turned something on in Autocad, and I want it to go away, I have no idea what it's called or how to get it gone. It's akin to the "select other" window in Inventor when you select at the intersection of several objects.
I use illustrator for several things.So i really need to use shortcut's.But there is one big problem : I have the english version of illustrator and i have a German keyboard layout.An example :
To blank a shape u use '/' ( English Version ) To blank a shape u use '#' (German Version )
I can't use '/' cause i have to press shift+/ ... I dont know its not working.Can i change the "Shortcut-Layout" and use the German layout ?
Right now, when i click one object and then another, the first object becomes deselected. Holding shift is the only way for me to select multiple lines right now (other than dragging of course) but that's not what I'm used to and it annoys me a lot. At first everything is fine but then after a while it does this without me changing any options at all.
master im new in autocad 2014....i have a problem now when i select line or object it highlight or make a broken line....but when i select the other object or line my previous selected back to normal..i mean i can select only one line if i use single selecting....how to select all object or line with single select continuously, except using hold left click...