1puts "============" 2puts "OCC26750" 3puts "============" 4puts "" 5############################################################################################# 6## Method IsNormal(...) for gp_Vec2d returns FALSE if the angle between two vectors is equal to -90 degree (-M_PI/2 radian) 7############################################################################################# 8 9pload QAcommands 10 11OCC26750