I made some experiments with catia V5 non-positionned (a.k.a simple implicit) sketches The supporting planes of the sketches were the 3 planes of reference of a freshly created part named xy, yz and zx. As a result the local unit vectors of the sketch denoted H and V were implicitely defined as
- (H,V) = (+x,+y) : (H,V,z) basis is right-handed
- (H,V) = (+y,+z) : (H,V,x) basis is right-handed
- (H,V) = (-x,+z) : (H,V,y) basis is right-handed
All the basis are right-handed ... but I would have naturally expected,
(H,V) = (+z,+x) : ((H,V,y) right-handed
as the third solution by considering a circular permutation of the x,y and z axes in the two previous ones. Is it a CATIA bug ? Does anyone know about the way local sketch axes are computed in implicit mode ?
Thanks