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