Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grisel360

    C# equivalent to Application.ScreenUpdating

    Thanks Little Cthulhu, I tried but it creates an undesired effect, as if CATIA's been closed, then after 12 seconds (when code is over), it opens again. This might confuse some users, I'd like to keep it open, but somehow "frozen"
  2. grisel360

    C# equivalent to Application.ScreenUpdating

    Hello everyone I recall from VBA there is an option to avoid these screen changes while a macro's being executed. Application.ScreenUpdating = False Then after macro is done you do Application.ScreenUpdating = true again. This also enhances a bit the performance (time reduction). I wish to...
  3. grisel360

    Dynamic Simulation issue

    I am really in a hurry, please if you know more about animations help!![pc]
  4. grisel360

    Dynamic Simulation issue

    I am running a dynamic simulation of a cam mechanism. (Friction and contacts involved. Graphing Time vs Torque.) I ran the same analysis just changing STEP value in Solution Attributes but the maximum torque I obtain in the graph varies excessively, as you can see in the following table ; the...
  5. grisel360

    NX cam max number of Regions / faces for 3d contour operation - FIX?

    Did you try by selecting as boundary by curves/edges in a plane?
  6. grisel360

    Swivel of B axis > 90¦

    I am using Mastercam to promgram a SIEMENS DMU50 5 axis (3+2). This machine is able to rotate at: - C axis (z) 360° max and - B axis (y) 105° max Eventhough, if I postprocess an operation that requires to rotate: ***B=90.41 and C=180.008*** My mastercam post throws this...
Back
Top