]> OCCT Git - occt-copy.git/commit
0026754: Visualization - provide API to display AIS_Trihedron presentation without...
authoraba <aba@opencascade.com>
Thu, 8 Oct 2015 14:44:02 +0000 (17:44 +0300)
committeraba <aba@opencascade.com>
Fri, 9 Oct 2015 08:31:51 +0000 (11:31 +0300)
commit416d61f0f1f1c4e947584d7fb126d629d324448c
tree1ae33d2d6b6b83ab4df6e198a5db57b0c2def14d
parent42a0649232ace1d10c022b6bf98af04dd370ab67
0026754: Visualization - provide API to display AIS_Trihedron presentation without axes labels:

- added ToDrawLabels option to Prs3d_DatumAspect, by default it is set to true
- AIS_Trihedron (uses DsgPrs_DatumPrs) and AIS_Axis: labels are drawn if ToDrawLabels option in the datum aspect is enabled
src/AIS/AIS_Axis.cxx
src/AIS/AIS_Trihedron.cxx
src/AIS/AIS_Trihedron.hxx
src/DsgPrs/DsgPrs_DatumPrs.cxx
src/Prs3d/Prs3d_DatumAspect.cxx
src/Prs3d/Prs3d_DatumAspect.hxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx
tests/bugs/vis/bug26754 [new file with mode: 0644]