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)
committerbugmaster <bugmaster@opencascade.com>
Thu, 15 Oct 2015 09:31:49 +0000 (12:31 +0300)
commit046a1c9dd9cd3466853678e32ca5ad7870c5d116
treef147bd8dc03db2b1eda76575f673fa9c3962d8d7
parent7479f6433c6201c0eeeecb2525814e3de76a8d76
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]