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. yashodeep15

    How to get distance between two points using C++ CAA?

    Hello, I have created a point and projected it on a body by writing code in CAA. Now my next task is to get distance between those points. How can I get it? I have used GSM Factory- CreatePoint point method for creating point and CreateProject for projecting it on body. Please find the code I...
  2. yashodeep15

    Hello, I have prepared an extern

    Hello, I have prepared an external application for copying the publication from one CATPart to other CATPart which are in the same Product. I have to group this publications under single body in Destination CATPart. Also I have to keep the Hybrid design option disable. Issue is my group is...
  3. yashodeep15

    How to get points from a sketch

    Thanks Eric N!
  4. yashodeep15

    How to get points from a sketch

    Ok Thanks Fernando for replying to thread.
  5. yashodeep15

    How to get points from a sketch

    Thanks Sudhakarn, I will try the method, but do you want me to try this in CATIA or programatically? Because I want to do this programatically, for this I will need the co-ordinates of points in sketch. How will I able to get those co-ordinates. I will share the situation, below is the code...
  6. yashodeep15

    How to get points from a sketch

    Hello, I am writing a code using CAA API's in C++ I want to get the points from the sketch and find their co-ordinates. My situation is: User pattern is created using a sketch consisting of points. I am getting the User Pattern, and also the sketch used for creating that user pattern. I am...
  7. yashodeep15

    Problem debugging the NXOpen code.

    Thanks Paul for your feedback. But I am not able to attach ugraf.exe. Also in VS properties in Debugging I have set command to ugraf.exe(i.e. $(UGII_ROOT_DIR)/ugraf.exe), but NX doesn't launch through VS when I debug from VS it gives same error as while attach to the process. I have attached...
  8. yashodeep15

    Problem debugging the NXOpen code.

    Hello, I am new to this NX Automation and I am stuck up with debugging[sad]. I have created a NXOpen Project in "VS Express 2012 for Desktop" and written some code. I have build the code and the created dll works fine in NX when executed.[neutral] I want to debugg the code for that I try to...
  9. yashodeep15

    How to create a point with reference as Absolute Work using NXOpen Programming?

    Hello, I want to create a point with reference as "Absolute Work" using NXOpen C++ Programming. When I create a point using NXOpen C++ programming, its reference is set to "WCS". So I cannot move that point in NX once its reference is set to "WCS".[sad] Also after the point is created...
  10. yashodeep15

    how to find intersection point between line and plane in CATIA

    Thank you Sudhakaran! It could be better if I get the intersection point without switching to surface design mode.
  11. yashodeep15

    how to find intersection point between line and plane in CATIA

    I have a line which passes(intersects) through the surface of the part. I want intersection point between line and that surface/plane. I am working in part modeling environment. Please can anyone help me in this??
  12. yashodeep15

    How to extract or Recognize features from dumb solid in CATIA?

    Can the same thing be done through coding in CATIA CAA?[pc3] I want to know the interfaces and frameworks used to do so.[pc2]
  13. yashodeep15

    How to extract or Recognize features from dumb solid in CATIA?

    Hello, I have been stuck with a problem in CATIA.[cyclops] I want to know how to recognize/extract/identify the features out of dumb solid of which no history is available.[ponder] I want to do this in CATIA V5R2012 Also would be beneficial if it can be done through CATIA CAA V5.[bigsmile] --...
Back
Top