Sat, 11/24/2001 - 05:04
Forums:
Hello, a very simple question. when I defined an gp_Ax1/gp_Ax2 object as following:\
gp_Ax1 myAx1;
and I have include the
same happens when I try to define 'gp_Ax2'. could you tell me how this happens? by the way, I use VC++6.0 in windows.
thanks.
Sat, 11/24/2001 - 11:25
Hi !
Could you post a short example of the problem, it sounds weird, as long as gp_Ax?.hxx> is included you should not have any problems.
Mikael
Tue, 12/04/2001 - 14:09
hello
When you use gp_Ax1 myAx1() an indefinite axe is created.So it's normal methods don't work.
For more details read the gp_Ax1.cdl file