0025574: gp_YawPitchRoll Euler Angle computation gives wrong results - warnings
[occt.git] / tests / bugs / vis / bug26056
CommitLineData
1c078d3b 1puts "============"
2puts "CR26056"
3puts "AIS_LengthDimension can not build dimension for face-edge or edge-face"
4puts "============"
5puts ""
6puts "Tests case of edge-face and face-edge input geometry for dimension"
7pload MODELING VISUALIZATION
8line aLine 0 -100 0 1 0 0
9mkedge anEdge aLine -100 100
10
11plane aPlane 0 0 50 0 0 1
12mkface aFace aPlane -100 100 -100 100
13
14line aLine2 0 0 100 1 1 0
15mkedge anEdge2 aLine2 -150 150
16
17vinit View1
18vclear
19vaxo
20vdisplay anEdge anEdge2 aFace
21vdimension aDim1 -length -shapes anEdge aFace -text 15 3d sh
22vdimension aDim2 -length -shapes aFace anEdge2 -text 15 3d sh
23vfit
24
25set only_screen 1