When I click the Force command in the LOADS panel when doing a Frame Analysis, I don't get a dialog box. All I get is a select origin box with an arrow. There is no way to change the Magnitude value or the Angle of Plane as per instructions in the tutorial. I have tried numerous ways to get a dialog box to appear, but I can't find out how. why I am not getting a Dialog box?
I'm trying to make an autolisp that "flips" a third party variable. No luck, command line won't recognize after it loads. I've made similar variable flips that work ??
How does one programmatically set the command line to have keyboard focus?
I'm programmatically setting an active/focused PaletteSet's visibility to false.
_paletteSet.Visible = false;
I would like to follow this line with code that sets the command line to receive focus.
The PaletteSet for other reasons has KeepFocus = true.
I've tried various Win32 APIs (SwitchToThisWindow, SetForegroundWindow, SetActiveWindow) to no avail. I also tried SendCommand() and SendStringToExecute(activate=true,..) , etc.
I imagine there's a way to do this with the native APIs.
I understand that in a normal part to apply a load to a face is to make it a UDL (uniformly distributed load) by default. To apply a point load, I was told to create a small sketch and use it to split a face to create, in effect, a small face on which to apply a load, effectively making it a point load.
Now in the frame analysis environment, there is clearly an option for 'force' and one for 'continuous force' which the description clearly describes as a uniformly distributed load. However, when I run the simulation (on a 2m long 100mm x 50mm x 4mm Rectangular hollow beam) with a normal load in the middle of the beam (1m offset); the maximum moment comes out at 500000 Nmm or 500 Nm. By my reckoning the moment should be 1000 Nm as the basic formula for a moment from a point load is M = F*D (Moment = Force * Distance). However, to get 500 Nm, it looks like Inventor is using M = (F*x^2)/2 where x is the midspan of the beam (in this case 1m). .is a normal load in frame analysis the same as a UDL? If so..how to I make it a point load?
There are also some errors stating instability of type 2 at various nodes, I've used both Pinned and Floating constraints at either end of the beam.
I was running a simulation with success including gravity and applied loads. I was checking both stresses and deflections. Both were in line with what I was expecting. The next day I went to change a few dimensions and run it again. The stresses and deflections were significantly less than expected (I did not tweak the dimensions very much). I changed my dimensions, remeshed and ran it again. It worked fine and returned expected results. I continued in this manner tweaking the size of my box.
Finally I went for one last run.... it didn't work again. It returned the significantly less than expected results. A bit of investigating revealed that it is only applying the gravity loads during the simulation. All of the applied loads are being disregarded (however, they show up in the report as if they are being applied.) If I supress the gravity my stress and deflections return 0 values. I have tried taking my loads off and reapplying them. I have tried removing the gravity load. I have remeshed. I have inputted my loads and the gravity in different orders. I cannot get my simulation to calculate using my applied loads. It was working fine.... what happened?
When adding pressure loads to a perpendicular face inventor states that the pressure is applied uniformly to the selected face.As an example a disc of 300 mm dia(area= 70685 sq mm) with a uniform pressure load of 10MPa.
Is the 10MPa load input construed by inventor as 10MPa per square mm or 10MPa over the entire disc area.which is the correct interpretation?
What's the best way to change the primary command on a ribbon panel? I want to set Pline as the primary command on the draw panel as it is currently line. I've managed to get it to work (sort off) but shouldn't it as simple as right click "set as primary command"?
Is there a command / system variable to set all buttons on every panel in the ribbon to have a button style of "smallwithouttext". I wiould like to do this without having to adjust each button manually
I want to force a saveas from an external app using code as below:-
If OApp.Ready Then Try Call oDoc.SaveAs(File_Full_Name, True) ......
However, Inventor invariably crashes at this point - especially if panning a model. Is there a way I can either lock Inventor from the user whilst the save is happening or check that no mouse or keyboard activity is in use?
I have tried monitoring the status bar text for "Ready" but tihs is unreliable.
I have a question regarding adding a force constraint in the Inventor frame analysis environment. When I add the fixed constraint to the beam the orientation indicator is incorrect - the square indicator being not parallel to the base of the beam. I would like to know why this is and as I am relatively new to frame analysis if I am doing something wrong. I have attached a screen shot of the placement of the constraint on the beam.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition Windows 7 HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL)
My workstation at work has two monitors and my laptop is docked. I have all of my toolbars open on the second screen so that I maximize my workspace. When I go home to work, however, I work directly on my laptop. When I do this, I lose my Command Panel and can't bring it back. I've tried resetting the UI, as well as checking/unchecking the "command panel" under "customize". When I leave today, I will replace everything on the main screen and make sure that I check the option to save my UI when I close out. BUT - there certainly must be a way to find your command panel or other toolbars if they get lost on your phantom monitor?
I minimized then maximized Max and the panel was gone. hid and revealed in the roll-up...no go. Restarted...nopeLoaderd a maxstart file from Max 2011...no 32 bit Windows XP sp2 i7 Quadro 3500 4 gigs
I'm designing a hinged cover for something right now that will use a pair of gas extension springs for assisted opening. I'm currently working to figure out how much force it will take to open the cover using different values of spring - it's available in 50, 100, 150, 200, etc., lb versions.
I've tried running simulations using a force applied to the moving end of the gas spring, and I've trued running simulations using a spring joint applied between the fixed and and the moving end of the gas spring, and I'm getting dramatically different results between the two. For instance, using a 200 lb force shows me that I need about 25 extra lbs of force applied to the handle of the cover to open it, where when I use that same 200 lbs on a spring joint, I need 50-75 lbs to keep the cover closed, because it will open on its own.
Within my InventorAddin in vb.net we are trying to force users to a particular folder when they save 3D Parts, Drawings etc.
This 'SaveAs' form does indeed fire, but after the 'Inventor' own 'SaveAs' form window. Can we suppress 'Inventors' window or even change that so it points to our preferred location.?
If we do not do this we are goinf to have 3D Drawings in the Parts folder etc etc.
PrivateSub applicationEvents_OnSaveDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnSaveDocument If iApplication.ActiveEditDocument.FileSaveCounter = 0 Then
We are projecting a support for one mirror of our Infrared beam line. The support is a block with a rotational weak link and that needs to be rotated about +/- 1°. I would like to know a way to insert this angular displacement and get the stress in the weak link area. I don't have the moment loads and components.
A few weeks ago I had a panel stuck up at the top and I could not get it down and one of viewers gave me a keyboard command to get it down....it is doing it again!!!! but I know how to fix it , but I forgot what the keyboard command was (it is an age thing).
Is it possible to run force analysis on my part in Inventor? I have used the force analysis before, but never for something so complex in shape. My main issues are constraining the base of the part and applying forces. I tried thickening sections of the part in order to apply a force/constraint, but now Inventor won't recognize the thickened parts as connected to the main body.
On a side note, it won't let me attach my file, which is 122 MB. Is it too large?
I have an assembly with a FEA simulation result. I can run a report and get the reaction forces and moments at each constraint. I would like to run a new simulation with different constraints and use the reaction results from the first simulation as loads in the second one.
Currently I do this by running a report on the 1st simulation to get a table of the reaction results. I then manually add those forces to the 2nd simulation. This takes time to type and the forces must be edited each time I re-run the 1st simulation.
Is there a way to use parameters to automate this?
I'm trying to update a part with different colors for various features. My color styles are not available in this file. I can export them from another file, then use the import function to bring it over, but there has to be a way to force this file to find the entire "default" color file.
I first installed 2012, then I realized that my class will be using 2011. I downloaded 2011, and kept my 2012, and it didn't seem like there would be any issues. So I open my 2011 and it keeps crashing before it loads completely. There are no error messages or anything ...2012 works just fine. I tried doing a repair, and a reinstall.
Is it possible to assign a bunch of 'Lisp' programs to a template, so when I open autocad with my normal template, I also have the 'Lisp' options?If not, is it possible to load a single 'Lisp' program to load all the rest?
on projects that reference acad 2013 assemblies, specifically accormgd, my pictureboxes throw an exception when loading their image:
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); it says cannot find assembly accoremgd....
Don't know how the heck that involves a picture box, since all object types have full names here.
This Project is set to run as a windows application, for testing reasons. That is likely related, but I do this all the time with no issues. I can comment out the line above and no issues.
Is there some entanglement between pictureboxes and the acad assemblies?