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

    Catia V5 Automation from C++

    This is what: hrResult = SafeArrayPutElement(saPoints, &i, &(pControlPoint2DPtr[i])); is supposed to do...
  2. dchabaud

    Catia V5 Automation from C++

    Thanks, I already tried VT_DISPATCH, SafeArrayPutElement still returns ok but the Spline is not ok. As with VT_UINT_PTR I got an invalid Spline in the Catia tree and control points stay orphan.https://files.engineering.com/getfile.aspx?folder=9ad46667-3a2d-452a-8aa4-40114a75eac5&file=CatiaTree.png
  3. dchabaud

    Catia V5 Automation from C++

    Hello, I am trying to use Catia V5 Automation from a C++ program. I already succeeded in creating a Pad and a Sweep from an existing sketch. I am now trying to create a spline in an empty sketch. After getting the sketch, I create 5 control points with success (they appear in the Catia tree)...
  4. dchabaud

    NXOpen - How to select objects without dialog popup

    I already read this thread and others, unfortunatly it doesn't help even the title was promissing.
  5. dchabaud

    NXOpen - How to select objects without dialog popup

    Hi, I have a vector of NXObject, I would like to select them by some lines of codes witout any user dialog poping up. Only like when selecting something in the NX design tree, NX is selecting all the attached objects. IS is possible and how to do it? Thanks Dominique
Back
Top