AutoCad :: How To Restore Commands To The Same Place
Sep 8, 2012How can I restore my commands to the same place? Look like they are on the sides of the screen and they are shrinking.
View 2 RepliesHow can I restore my commands to the same place? Look like they are on the sides of the screen and they are shrinking.
View 2 RepliesI have been using the ordinate set command to place set dimensions on an Inventor drawing in version 2012, I was looking for a similar way to rapidly add dimensions for hole diameters .
View 5 Replies View Relatedcatalogs, I got error message about getting current drivers for hard drive. My hard drive is Western Digital which is supported by Windows 7.
View 2 Replies View RelatedI have a new computer and want to move the databse catalog over. I backed up in PSE 9 to an external hard drive. I connected to HD to the new computer and tried a resotre catalog. I chose "New Location" since I was going from XP to Windows 7 and was unsure if there would be a conflict with file locations. I also chose "Restore Original Floder Strucure". Very quickly I recieve an error message "Could not restor file .xml". I have run Restore Catalog several times and each time a DIFFERENT FILE receives the error message. I then disabled Norton Anti Virus Auto-Protect. I then disabled several programs running in the background. Same problem. I then copied the Backup Catalog to the new computer and tried to Restore it from there. Same Problem. I have now run a Repair Catalog on the original file. PSE states there is no error. I want to purchas PSE 11, but wanted to install/restore the database with the same version 9 first.
View 11 Replies View RelatedI have attach one drawing if you open and copy this from one place to place then dimension is automatically increases. can i know how this increase or what type of this dimension it is.
View 7 Replies View RelatedI want automate selecting an object from a place on the window to another place on the artboard in Illustrator.
View 1 Replies View RelatedI am using Photoshop cs6. I purchased a template for magazine advertising purposes. The images have been taken out but there are custom designed objects (masked shapes) where I am supposed to place my images. When I attempt to place a photo into one of the shapes, using the Place Command, it does not work.
How can I place an image into one of the objects?
I am using Photoshop CS6. I have a question about Photoshop command Place.(File- Place) . Here are some pictures below. It shows the problem.
I opened the PSD file that has a green circle(picture 1) and using Place command to import other PSD file that has a red circle(picture2). Those 2 PSD files are same size, same canvas size, 1024x1024. So it should place the red circle precisely on the green circle, but as you can see, if I import the red circle PSD into Green circle PSD, Place command won't place the red circle pensively on the green circle. There is a gap between those 2 circles.(Picture3) It's really frustrating, because I have to move the red circle layer manually to place it just onto the green circle.
This command "Place" isn't reliable, so usually I don't use this command, and use Duplicate layer or group to import contents of other PSD, but if Place command can import other PSD file without this gap problem, I will use it because it's much faster than duplicating.
Do you know why and how to place those 2 files without the gap? Is it a glitch? I should not use Place command to import other PSD file?
I cut and paste in place from a layer to an other and its not in the right place. it seems new since CS6
I have multiple artworks on my file but i could do it since then. do you now how to not talke care of it ?
vb.net developer's guide and online for information about transforming the UCS.I'd like to:
1: Save the user's current UCS,
2: Change to the World UCS (that's easy)
2: Do things
3: Set the UCS back to the user's original UCS
If not I may have to learn more about matrix operations than I really wanted to
Visual Lisper trying to migrate to .net! how to restore a form?
I have an "about" project which contains 3 forms.
Form1 is displayed by default when the command is called...it contains two buttons which both close form1 & open form2 or form3. What I would like to happen is that when form2 or form3 is closed, form1 will be restored.
This is the code which defines the command & shows form1:
<code begins>
[CommandMethod("EzAbout")]
public void EzAbout()
{
Form1tvf1;
tvf1 = newForm1();
Autodesk.AutoCAD.ApplicationServices.Application.ShowModelessDialog(null, tvf1, false);
}
<code ends>
This is the code from the button on form1:
<code begins>
private void button1_Click_1(object sender, EventArgs e)
{
this.Close();
Form2 tvf2;
tvf2 = new Form2();
Autodesk.AutoCAD.ApplicationServices.Application.ShowModelessDialog(null, tvf2, false);
}
<code ends>
This is the code behind the close button on form2...trying to restore form1 (it closes form2 but does not restore form1)
<code begins>
private void closeButton_Click(object sender, EventArgs e)
{
this.Close();
Form1 tvf1;
tvf1 = new Form1();
Autodesk.AutoCAD.ApplicationServices.Application.ShowModelessDialog(null, tvf1, false);
}
<code ends>
I have lost my "Home Tab" at the top of my screen and cannot get it back up. the tab that offers the Home, Insert, Annotate, Render, View, Manage, etc.
I have gone through the suggested "restore the default home view" and nothing happens.
How can I use the commands in macro .
View 4 Replies View RelatedI have set up my standard commands to use a certain layer, ie
~Dimension command switches to my Dimension layer
~Leader command switches to my Text layer
I don't have my Line command set to any layer. I switch layers before drawing a line. I like drawing lines on different layers as needed. I don't like the default to be the Object layer.
Is it possible to have a pop menu open when I select a command to choose a layer? I would like to set a second line command with that feature.
The issue I am having is I can't see some of my commands. For example, if i paste from the clip I cannot see whatever it is I pasted until I say where I want it.
View 9 Replies View RelatedFor some of my asemblies I have had to turn visibility off in some parts.
How do I turn it back on?
I worked on a project a while back and loaded a sid into the drawing coord correct. I now have opened that drawing again and I get big letters with the image files path. I have tried to restore it but cannot get it back to the same coordinates. Is there a way I can restore the image without having to reinsert it?
View 6 Replies View RelatedHow we can backup and restore variable sys cad?
View 8 Replies View RelatedI'm in AutoCAD Architecture 2010. I've lost all menubars and need to reload. I was perfectly happy with the 2010 ribbon. When I search other forums it seems the answers are all geared toward restoring the older format of menubars because people are unhappy with the 2010 ribbon. That does not apply to me. I just want to restore the default 2010 ribbon menu bar.
I've tried the "Menu bar" command and have not found the original 2010 default menu bar. Maybe it's there and I'm not figuring it out. Steer me to a path to reset and re-establish the default 2010 setup?
I prefer to not have to uninstall and re-install the program to get back to the default settings if I don't have to.
Can you change the commands in Lt 2014. I want to change the copy command (CO) to (C) and make circle (CC)?
View 5 Replies View RelatedI'm trying to do something like this:
[Autodesk.AutoCAD.Runtime.CommandMethod("REFEDIT", Autodesk.AutoCAD.Runtime.CommandFlags.UsePickSet)]
public void RefEdit() {
Document doc = AcadApp.DocumentManager.MdiActiveDocument;
[Code] ......
I haven't undefined the default command, my definition of REFEDIT executes anyway. I wanna be able to run the default command from my definition.
doc.SendStringToExecute(".REFEDIT ", true, false, false); will loop forever.
I haven't had enough of an application to justify trying to figure it out. At this point however, i've designed a small conversion form that can be called by our engineers and allow them to convert between various units. I'd like to have a button though that allows them to call up the Quick Calc application from within AutoCAD. What i'm wondering is how do i actually call a native autoCAD command? Is it possible and if so where could i find documentation on the syntax. For what it's worth i'm working in C# in VS 2010.
View 4 Replies View RelatedInitiated a project with the AutoDesk .net templates for VB.net. I've kept the Extension Application loader that's part of the template, however commands that reside within my other classes aren't recognized. The extension is running because it's responding properly to events that trigger, however I can't call my custom command names from the command line. Could this be a function of the namespace that the commands are in?
Namespace IWC ' This class is instantiated by AutoCAD once and kept alive for the ' duration of the session. If you don't do any one time initialization ' then you should remove this class. Public Class MyPlugin Implements IExtensionApplication Public Sub Initialize() Implements IExtensionApplication.Initialize Dim NewLayer = New IWCLayer NewLayer.IWCLayerSysStart() End Sub Public Sub Terminate() Implements IExtensionApplication.Terminate MsgBox("Layer System Terminating",
[code].......
I'm using Application.ShowModalDialog to display a modal form to the user launched from a button on a tab in a PaletteSet. The modal dialog lets the user click a button to select a point. Is there any way that I can let the user run transparent commands and still return to the modal dialog?
The ideal would be for the user to be able to zoom and pan transparently from the GetPoint prompt. I could also provide a button to allow the user to reposition the drawing.
Using edUsrInt As EditorUserInteraction = ed.StartUserInteraction(Me.Handle) ' Get the insertion point from the userDim prPtOpts As New Prompt Point Options(vbLf & "Select center point: ") prPtRes = ed.GetPoint(prPtOpts)transientGraphic = DrawTransientGraphic(prPtRes.Value, BlockScale) edUsrInt. End()Me.Focus() End Using
1. When I attempt to COPY or MOVE an object that has a line attached to it the line also moves with it. It seems as though AutoCAD is considering them as one unit instead of separate objects. This is especially frustrating when using lines to mark Datum placements.
2. Also, I notice that the above occurs when moving objects, but instead of moving a line with the selection it stretches it. I must have an option selected, but would like to change that.
I am using R14 autocad.
i have created a project drawing , i have saved it as dwg file. But when i open it all my commands are gone, How to get Commands i have used
I found out that my current autocad architect 2011 move command are same with copy command. And also i found out everytime went i start my autocad programe that is an error message like #@%&*&%#@ that i cant even understand.
View 6 Replies View RelatedI've got most of my most commonly used keyboard commands changed to simplified versions that suit me, however, I have not figured out how to change the snap commands. I still type "nea" and "per" to snap to nearest and perpendicular. How do I change these?
Also, how do you change the F keys?
one of the pc at my work place seemed to be working funny, compared to the other pc.
For example, the command CO won't work, but instead i have to type CC to copy. The command MA doesn't work at all, and i don't know how to match properties.
Along the way, there are other commands that I encounter before. Basically, it jus feels funny for this PC.
Is there any way to restore every single setting without re-installing the autocad?
AutoCAD is constantly losing settings and commands that I give it. The Undo command is one of them. I'll set it to undo [ALL] and after a while (a couple of days maybe) I will find this command on a different setting. This has been happening to many other commands as well.
View 7 Replies View RelatedWe recently upgraded to AutoCad 2014 and the acad.pgp file does not seem to load correctly on one of 3 stations.The other 2 seem to be working just fine.
I located the file it is referencing with the (findfile "ACAD.PGP") command, to be sure I am looking at the correct one.
What happens is when I type PS in the command line it should initiate the Paperspace command. It clearly states in the .pgp file " PS, *PSPACE ". However what shows in the command line is "Pick line"! To be sure it is loaded I ran the REINIT command.