Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS 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: *

  • Users: PrasannaNX
  • Content: Threads
  • Order by date
  1. PrasannaNX

    Finding Tangent curves/edges

    Hi, Say, I have a curve/edge object to my selection. How do i get tangent curves/edges of the selected object? I have already searched the forum, but couldn't find any relevant posts. Please guide to achieve the above. Thanks, Prasanna
  2. PrasannaNX

    GetCoordinates of a Point in Drawing View

    Hi, I am using Catia VBA Editor for finding the coordinates of a point in drawing view. For some reason "GetCoordinates" method of Point2d object doesn't return anything in VBA. The same is working fine with C#. Exact issue as mentioned in this thread...
  3. PrasannaNX

    "Translate" API

    Hi, I am trying to create instances of a drawing text using "Translate" function. Refer the attached image. I want to automate this, but i couldn't able to find any API for the same. Is there any API for "Translate"? Thanks, Prasanna M...
  4. PrasannaNX

    INFITF.Collection class doesn't have Item method.

    Hi, I am trying to create an extension method to convert INFITF.Collection to a Generic.List. Please refer my code below. But INFITF.Collection class doesn't have Item method to get the object. How can i workaround this? Reason why i need this is while looping some collection in catia CAA...
  5. PrasannaNX

    How to get object from reference (CATIAReference)

    Hi, Is there any way to get object from reference (CATIAReference)? I have already tried searching the forum but couldn't able to find any relevant thread. INFITF.Application catApp = (Application)Marshal.GetActiveObject("Catia.Application"); ProductDocument catProdDoc =...
  6. PrasannaNX

    [Automation] CATIA exception class?

    Hi, Does catia have exception class like in NX we have NXException class to handle exceptions? If not, how can one handle exception in catia? Thanks, Prasanna M
  7. PrasannaNX

    GetFaces of a specific Shape say Pad.1 Using Catia API

    Hi, Could someone please guide me in creating a macro where i need to find all faces from a shape object through Catia APIs? Below is the code where i am looping part document/bodies and initializing shape object from each body. Here i want to get faces of each body using shape object. Assume...
  8. PrasannaNX

    API for Allow Multi-select of Hidden Bodies and Faces

    Hi, Is there any NXOpen API or UFunc to toggle "Allow Multi-select of Hidden Bodies and Faces" command on/off? If yes, Please suggest. Thanks, Prasanna M
  9. PrasannaNX

    Using "Allow selection of Hidden wireframe" Option in Siemen NX 9

    I was checking this option "Allow selection of Hidden wireframe" for a automation project. I could not find any difference in the selection with "Allow Selection of Hidden Wireframe" toggled On or Off. Using box seletion for selecting the edges of a body , is there any preference setting to...
  10. PrasannaNX

    UFunc API for Importing Part into Teamcenter

    Hi, Is there any UFunc API for importing Part/Assembly into TeamCenter? I cannot use one under NXOPEN "FileManagementClass" because of constructor unavailable for intializing it in NX 7.5.3, which is fixed in NX 7.5.4 :( as per GTAC...
  11. PrasannaNX

    NXOpewn: Using UFunc functions in C# (UF_DRF_ask_dim_info)

    Hi, I am using NX 7.5.3. Question: There are few functions in UFunc like UF_DRF_ask_dim_info for which there is no corresponding C# wrapper function. Is there any way to use this function in C#. Thanks, Prasanna M
  12. PrasannaNX

    How to get Child / Parent Views for a given View?

    Hi, Is there any NXOpen / UFUNC API to get list of Child / Parent Views for a given View / View Tag? Thanks, Prasanna M
  13. PrasannaNX

    Are Edges Tangent?

    I am using NX 7.5.3. I have list of edges from a face (which also has a hole). I need to loop through all edges to find connected edges and whether the connected edges are tangent are not? Can someone suggest a suitable function or method to find connected edges and to check whether two given...

Part and Inventory Search