Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. nikhiljoglekar

    HEAP size allocation in VC++ 6.0 environment

    Hi All My program needs a lot of memory and after allocating some using NEW statement, it returns NULL for any new object created. I guess that is becuase of the heap size limitation of the Visual Studio which stands at 1MB. I need to increase it. One option I found was to set /HEAP:memory in...
  2. nikhiljoglekar

    How to Create SW Addin using VB

    Hi All I am trying to embed my application into solidworks. I was unable to find out where should i start and go from there. What kind of VB project should I use, Activex Exe, Activex Dll or something else? If anybody has done similar work please let me know. regards Nikhil
  3. nikhiljoglekar

    Solidworks Window in VB application

    hi all I am working for a project where I need to embed the Solidworks window inside my VB forms. Is it possible? I couldn't find the direct way of doing it. If anybody can help me out that'll be great. thanks in advance Nikhil
  4. nikhiljoglekar

    Voxel based thickness analysis

    hi all I am working on a manufacturability evaluation software for metal casting process. I am working with voxelized 3D geometry and am trying to figure out the thickness variation in the geometry. My problem is I have a definite way of doing this for a prizmatic part, but my algo fails for...
  5. nikhiljoglekar

    ProE WildFire Selection

    hi all I am currently trying to switch to Proe Wildfire. I got into trouble when I tried to use query select or other selection options. Somehow I got the option when I right clicked . But it didn't came up again afterwards. Does somebody have an idea of how to do it? thanks Nikhil
  6. nikhiljoglekar

    anybody with part thickness experience?

    hi all I am using solidworks 2001 students edition and doing some custom programming with ray tracing APIs. Solidworks has a ray tracing example posted on their site as "how to measure thickness of the part". However it doesn't work robustly with cylindrical faces. Has anybody tried to...
  7. nikhiljoglekar

    ray intersection information extraction

    hi I am trying to fire ray and find out the intersection wit the parts. However I want to know if the ray is entering or exiting. The help document says that the intersection type that is returned is "OR'd". I am not sure what this means. How can I extract the information from the...
  8. nikhiljoglekar

    select by ray API

    Hi all has anybody tried to select entities using ModelDoc2:RayIntersections or ModelDoc2:multiselectbyray API's? I am finding some problem with it and am not able to trace it. The code is given as below... Also does anyone know how to handle exceptions coming from solidworks or get info about...
  9. nikhiljoglekar

    programming with inventor

    hi all I was trying to figure out capabilities of the Inevntor API. Can I get some information on that. Unlike solidworks Autodesk doesn't seem to have any code examples and stuff like that on their website. Can someone help me in this respect. thanks in advance nikhil
  10. nikhiljoglekar

    events notify using VB

    hi everybody Does anybody have any idea about how to catch events fired like entity change or onfilesavenotify etc using VB that is in VB application? thanks in advance Nikhil
  11. nikhiljoglekar

    API to find interference in Assembly

    Hi all I am working on SW APIs. I want to find out which faces are mating even with no constraints attached. Is it possible to find it out. Also if I change one part in assembly context and the new part now interferes with the old one. How can I find this with API thanks in advance nikhil

Part and Inventory Search