Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
520 views

CATIA-CAA CATKeyboardEvent

I know there are only a few CAA Programmers in the world but I try it anyway... I can't get keyboard events to work. I found this code which looks reasonable but the Notification doesn't fire. ...
1
vote
1answer
298 views

CATIA-CAA CATNavigBox Resize

Is it possible to change the size of the treeview window after it has been visualized? My code looks like this: _p2DNavViewer = NULL; _p2DNavViewer = new CATNavigation2DViewer(this, "", ...
0
votes
1answer
51 views

Is there a way to exchange data with CATIA V5 R20 using java?

I often times have the need to import 3D points (x,y,z data) into the CAD software CATIA. Currently I do this by creating an excel spreadsheet using a java library, and then executing a visual basic ...
0
votes
1answer
96 views

How to convert a .CATDrawing file to .pdf

I want to convert a CATIA V5 file to a pdf file using vc++. How can I convert this. Am I use any third party software or dlls in my application for this operation. I am not familiar with CATIA.
0
votes
1answer
116 views

How do I clone a OLE/COM registry entry for use with different settings

I have written a C# program that is to interface with Catia v5.18 via OLE/COM. It is going to be a common case where the machine the program is ran on will have multiple versions of Catia installed on ...
0
votes
0answers
16 views

How can I insert an image into CATDrawing? [closed]

How can I insert an image into CATDrawing? Thanks, Danil.
0
votes
1answer
57 views

CATIA: How to call CATCoPlyExplodeCmd

Is it possible to call from C++ catia command? How can I get any info about signature for this command? Thanks, Danil.
0
votes
0answers
46 views

Recieve Notification upon Asynchronous COM method completion

I am working with the CATIA V5 API, and it seems as if one of the calls are aynchronous. If I were making an async call to a web service, I would register the completed event, I don't know how to tell ...
0
votes
2answers
195 views

is there any .net or delphi component for showing Catia files?

is there any .net or delphi component for showing Catia file?
0
votes
3answers
84 views

How to prevent an OpenGL application from drawing?

How can i prevent an external OpenGL application(no sources available) from drawing like it can be done by GDebugger? The problem is Dassault Catia that opens complex models within five(!) hours ...
0
votes
1answer
149 views

Macro in Delmia

I am programming some VBA macros in Delmia with interface to make easier the life of the user. I know, in Delmia, there is the option to "Start Recording" macro, then I can make some operation in ...
0
votes
3answers
555 views

How to convert ZXZ rotation matrix to Euler angles?

I'm using Catia software. When I query the position of an object inside my CAD drawing, the system returns a 3x4 matrix [Rotations | Translations] I think that the Rotations are expressed in a ZXZ ...
0
votes
1answer
202 views

How to debug applications using COM interfaces?

I' building an application using C# which will use CATIA COM modules. When I import the COM inside my c# project, I think that Visual C# express generates the Interop automagically for me. All of ...