AutoCad :: Command To Save File With Specific Name Using Single Command?
Oct 24, 2011
I need to save a drawing file and give it the name of my desire using a single command, I don't want to issue "saveas" and then specify the name in the file name prompt. This problem is has been faced when I was using ScriptPro and I couldn't succeeded to do that. Hence I need to know if it is feasible to do the stuff using a single command. It will be preferred if I can choose the location to save the file also rather than save the file to the default location.
View 2 Replies
ADVERTISEMENT
Oct 27, 2013
line command is a multiple command. there is a way to execute it like a single command?
View 4 Replies
View Related
Nov 27, 2013
Im using Autocad Structural Detailing 2013. Its is possible to make specific command to start at specific layers?
EX: Breakline ,by default start at "LAYER 88".
Polyline ,by default start at "LAYER 150".
View 2 Replies
View Related
Jun 15, 2013
I would like to save my opened dxf drawing again as dxf with one click by custom button.
I was trying the next code
^C^Cdxfout;;y;v;2004;16;;
It returns the message "Can't open file", it seems like it does the save only when initial file is dwg.
The goal I wish I click a custom button and will save my opened dxf drawing back to dxf in 2004 format.
View 3 Replies
View Related
Feb 15, 2013
I am unable to get this code to launch the File Save As Command. I Think I have the sytax correct, because if I Replace "AppFileSaveAsCmd" with a different command name (i.e. "AppFileNewCmd") it works as expected. I have tried this with "AppFileSaveCmd" and "AppFileSaveCopyAsCmd" and both have also failed. It seems any kind of save command wont work... I am trying to creat a rule that will fire on "New Document" iTrigger that will Force a user to save the newly created assembly document in preperation for further iLogic rules that depent on the assembly Filename and path. Maybe there I am not telling it What file to Save? I have pasted the code below..
Format:HTML Format Version:1.0 StartHTML: 165 EndHTML: 3048 StartFragment: 314 EndFragment: 3016 StartSelection: 314 EndSelection: 314
SyntaxEditor Code Snippet
[Code]....
View 8 Replies
View Related
Dec 22, 2010
How can I, or can I apply a specific layer to a specific command?? When I choose the dimension command, i want it to automatically become my "Dim 1" layer without having to select it, then select the layer. Is this possible??
View 7 Replies
View Related
Feb 26, 2013
I wrote a couple of functions one of them creates a block with a Name let say "MyBlock".
I wrote a command "MyBlockEdit" where the selected block attribute data is displayed in a custom form to change some of the properties.
Now I want to add the folowing function:
When a block with the blockname "MyBlock" is doubleclicked the command "MyBlockEdit" is triggered in place of the attribute editor.
View 9 Replies
View Related
May 19, 2012
how to draw a certain line and be able to delete part of it.
Example 1: I would like to draw a bunch of seried resistors, so I made a bunch of rectangles and draw a wire across them. But there are wire crossing through each one of them, how do I remove/erase that part in between each of the resistor? The line is made by using command: LINE
Example 2: Drawing some polygon and random shapes. Simplest example, drawing a half circle, so I draw a circle and want to remove the other half, how do I do it?
Yes, I know in example 1 I can do one object first then copy paste... But that is not what I am asking. I am seeking the command how to remove the lines or object in between.
View 3 Replies
View Related
Sep 12, 2011
Autocad2008 has the Break, Break at Point, and Dimension Break tools. There may be other variations of the break command, but I'm not able to fined a way to quickly use any of these commands to create a very simple single break point on a single segmented line at an unequal segment. I'm surprised Break at Point doesn't fit the billet.
Example:
I've drawn vertical line 10 units long. I would like to place a single break point at 7.956 units from either endpointe of that very same line. This is not a polyline. When selected it is depicted as a line with two equal segments.
The purpose of the break is so that I can intersect a horizontal line at 7.956 units located on the vertical line.
It seems to me that with all of the break tools available, one of them should be able to accomplish this simple task on the fly. Even most basic CAD programs such as Draft It, has a break tool that performs this function easily and quickly with one mouse click and one single text box entry.
Also, the fastest way I have found to accomplish this task is to simply draw another vertical line 7.956 units over the original vertical line, and that allows me to attach my horizontal line at 0 or 180 degrees from the vertical 7.956 units. I then go back and delete the second vertical line.
View 9 Replies
View Related
Feb 25, 2013
I'm trying to find out how to assign to a toolbar button the open command for a specific drawing.
The code I input at the cui is ^C^COPEN;"//server/subpath1/subpath2/legend.DWG";
The answer I get is
Command: OPEN
Command: //server/subpath1/subpath2/legend.DWG "
Unknown command "DWG"". Press F1 for help.
View 9 Replies
View Related
Feb 27, 2012
When we launch the Area comand the area value is hold in the system variable "area".
What is the system variable that holds the Length value of the selected entity?
View 6 Replies
View Related
Apr 18, 2011
AutoCad 2011. I am having no luck when trying to drag a command from the Command List pane to the Quick Access Toolbar. I have success draging to Tool Palettes
View 1 Replies
View Related
Nov 21, 2010
I am currently writing a series of routines for setting the layers for text, leaders and dimension commands. The end goal is a system where any annotation command sets the correct layer for the duration of the command, then reverts back to the layer that was active before the command.
I have managed to complete all the code, and it appears to be working fine, I just have one question: I have used -layer "m" "Lay_name" etc... for all layer setting commands, rather than any code to see if the layer exists already. In my limited testing this seems to be suitable, nothing that exists on that layer seems to be affected.
I know how to write code to determine if the layer exists already and set the layer instead, but so far it seems unnecessary??
View 8 Replies
View Related
Jan 4, 2014
After installing the VBA Module, I get the message "Unknown command "VBARUN"". I've rebooted, restarted and tried reinstalling the VBA Module to no avail.
View 4 Replies
View Related
Apr 23, 2013
I used send command for Export Layout..But the line only executes after exiting command method.
View 9 Replies
View Related
May 15, 2012
I press CTRL+9 to make the Command Line disappear while drawing. When I plot (or when doing a plot preview) , the Command Line appears again by itself. So I always have to turn the Command Line off manually after each plot
The bug still happens;
- if Dynamic Input is turned off or on
- if I plot to a real device or in PDF
- if the Cammand Line Palette i docked or floating.
This is not an issue in AutoCAD 2012 so I guess it has to do with the new way they programmed the revamped Command Line palette in 2013.
Using Windows7
View 2 Replies
View Related
Nov 27, 2012
without reiterating a lot of what is said in this thread: [URL] ......
This happen outside the potential malware infection?
if you care to not click-through, the problem is that certain commands (not all of them) simply do not disply in the command line. so the MOVE command for example looks like this:
NORMAL:
Command: _move
Select objects:
NOW:
Command:
Select objects:
same with QSAVE and who knows how many others.
View 5 Replies
View Related
Jul 6, 2013
I've created an action that uses the save for web dialogue to optimise images for the web. When I use the batch command to process a full folder of images, even though I have "Override action "save as" command" checked, it ignores this and still uses the location that was used when the action was created.
Apparently this is a known issue in CS6 and previous versions but whether this has been fixed in Photoshop CC?
View 7 Replies
View Related
Aug 3, 2010
I want a part automatically to be "saved as" in my workspace.
there is the command
ThisDoc.Document.SaveAs(NewFileNameAndExtension , True)
in the browser of iLogic but I don't know how to use it.
I tried ThisDoc.Document.SaveAs("partname.iam", True)
but that's couases a error.
View 4 Replies
View Related
May 21, 2013
I would like to know if there is a lisp that would run every time I run the hatch command? I have autosave on, but I never remember to do a good clean save before I run hatch. I remember as autocad locks up and crashes! I would like a list that would prompt me to save when I hit hatch with option of yes, save or cancel. is this a tall order?
View 9 Replies
View Related
Aug 19, 2013
I have AutoCAD 2010 on a 2002 Windows XP Professional system. I do not know what I did to cause it but when I do a "save as" using the button, I no longer get a window. I can only save through the command bar. I cannot seem to change the save to folder using the command bar so I really need to get the window back.
View 3 Replies
View Related
Dec 13, 2013
when I try to edit group or save group as separate Revit file, Revit crashes. Sometimes, it keep processing the 'save' but the group doesn't get saved; doesn't show in the folder.
View 1 Replies
View Related
Jan 3, 2013
I'm using AutoCAD 2013 that came with Building Design Suite (Revit) and the copy command terminates after making the first copy, instead of continuing to make multiple copies until I terminate the command. Is there a switch to control this? A sysvar?
View 2 Replies
View Related
Feb 1, 2013
I am trying to "save as" a dxf several shapes in a drawing. Except that when I use my mouse wheel to zoom in, I get this odd message:
"xxx.dwg" has a command in progress. Hit enter to cancel or [Retry]: *Cancel*
Never had this happen until this morning.
View 3 Replies
View Related
Sep 11, 2012
I know that there is a Save All command in express tools but if one does not have express tools installed or loaded how can they access this Save All function from the command line?
View 9 Replies
View Related
Dec 12, 2012
I have an ilogic rule to open an existing excel file template and export the inventor parameters into it. I am trying to find a way to then save the excel file as a different filename. This way the original template can stay unmodified. I have found the GoExcel.save command but is there some sort of GoExcel.saveas(filename, filepath) command?
View 2 Replies
View Related
Jan 2, 2012
I am looking for "best practice" example code for saving/re-using command default values from previous user input. Similar to lisp globals, but for C# (or VB.net); ie next time the command is run in a given session, the user's previous input is the default <>. I am currently using Properties.Settings to persist these values.
View 3 Replies
View Related
Jul 27, 2012
I am trying to find the command of Save as... so I customize it and make it a short curt...
View 2 Replies
View Related
Apr 28, 2007
I made an action.
at end of action I did save to desktop.
Is batch, I check overide save as.
because I now want to save all files to a new folder.
But images are batching to desktop.
(I've also tried it with that uncheck-- still going to desktop)
View 9 Replies
View Related
Feb 14, 2014
For saving a jpg:In SAVE FOR WEB: What's the difference between Type Optimized & Art Optimized? THE BOTH GIVE THE SAME EXACT TOOLTIP HINT.WHAT IS sRGB & why would I use that?
What's an ICC profile. When would I use it?
View 8 Replies
View Related
Nov 17, 2013
I need to find a way to find a good replacement for "SAVE" command to use it within Reactor. I want to save A COPY of my current ("active") DWG document to another place *without making it current* (just like command "SAVE" does and did it always). I know I could use (vla-saveAs ...) to save it first to another Folder and then use (vla-save ...) to save it back to its current Folder, but there must be a way to do it simply and fast.
View 9 Replies
View Related