Tagged Questions
The caa tag has no wiki summary.
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
35 views
How to read a custom path of a file in c++?
My file is located in C:\\Input\\pStep.p21 . i want to open that file in my cpp program. How can i do it? I am using char* inputPath="C:\\Input\\pStep.p21"; but its not finding my file in program. How ...
0
votes
1answer
60 views
Environment help for CAA Rade
I am new to CAA rade and programming with in the integrated environment on Visual Studio 2005. I am wondering if there is any great resource/book that can introduce me to this platform. Every time i ...
0
votes
1answer
60 views
How convert XML to STEP(p21) format?
I am new STEP and Express modelling. How can i convert XML data into STEP "p21" file using C++ bindings and CAA module? Where can i find good tutorial for EXPRESS modeling language? If i am missing ...
0
votes
0answers
23 views
STEP and EXPRESS using c++
I want to learn STEP and EXPRESS modelling language for my project. I also want to use CAA module to write a STEP implementation using SDAI C++ bindings to convert XML to STEP file. What is the good ...
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
1answer
178 views
Is there any way to make vertical lines in a table, with JavaScript, HTML or CSS, if the table is missing some of the TDs?
Basically, I would like vertical lines to go all the way to the top of my table, even if there is not a td in the top top of the table.
I am open to using divs or seomthing like that is if it is not ...