0031456: Visualization - move out Dimensions and Relations from package AIS to PrsDims
authorkgv <kgv@opencascade.com>
Sat, 21 Mar 2020 13:31:03 +0000 (16:31 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 27 Mar 2020 14:58:00 +0000 (17:58 +0300)
commit787ff2408c680462f82753ae698239cf5587fa98
tree3532cc930b35e4653cf7ef280efacd3538f4705d
parent64943a5187fa485536cd2dd1dd4d51b13d189b89
0031456: Visualization - move out Dimensions and Relations from package AIS to PrsDims

The following classes and their subclasses within AIS package
have been moved to new package PrsDim and renamed:
- AIS_Relation  -> PrsDim_Relation;
- AIS_Dimension -> PrsDim_Dimension,
164 files changed:
adm/UDLIST
dox/dev_guides/upgrade/upgrade.md
dox/user_guides/visualization/visualization.md
samples/mfc/standard/Common/AngleParamsVerticesPage.cpp
samples/mfc/standard/Common/LengthParamsEdgePage.cpp
samples/mfc/standard/Common/LengthParamsEdgesPage.cpp
samples/mfc/standard/Common/LengthParamsVerticesPage.cpp
samples/mfc/standard/Common/ParamsFacesPage.cpp
samples/mfc/standard/Common/RadiusParamsPage.cpp
src/AIS/AIS.cxx [deleted file]
src/AIS/AIS.hxx
src/AIS/AIS_AngleDimension.cxx [deleted file]
src/AIS/AIS_AngleDimension.hxx [deleted file]
src/AIS/AIS_Chamf2dDimension.cxx [deleted file]
src/AIS/AIS_Chamf2dDimension.hxx [deleted file]
src/AIS/AIS_Chamf2dDimension.lxx [deleted file]
src/AIS/AIS_Chamf3dDimension.cxx [deleted file]
src/AIS/AIS_Chamf3dDimension.hxx [deleted file]
src/AIS/AIS_Chamf3dDimension.lxx [deleted file]
src/AIS/AIS_ConcentricRelation.cxx [deleted file]
src/AIS/AIS_ConcentricRelation.hxx [deleted file]
src/AIS/AIS_DiameterDimension.cxx [deleted file]
src/AIS/AIS_DiameterDimension.hxx [deleted file]
src/AIS/AIS_Dimension.cxx [deleted file]
src/AIS/AIS_Dimension.hxx [deleted file]
src/AIS/AIS_DimensionOwner.cxx [deleted file]
src/AIS/AIS_DimensionOwner.hxx [deleted file]
src/AIS/AIS_DimensionSelectionMode.hxx [deleted file]
src/AIS/AIS_DisplaySpecialSymbol.hxx [deleted file]
src/AIS/AIS_EllipseRadiusDimension.cxx [deleted file]
src/AIS/AIS_EllipseRadiusDimension.hxx [deleted file]
src/AIS/AIS_EqualDistanceRelation.cxx [deleted file]
src/AIS/AIS_EqualDistanceRelation.hxx [deleted file]
src/AIS/AIS_EqualDistanceRelation.lxx [deleted file]
src/AIS/AIS_EqualRadiusRelation.cxx [deleted file]
src/AIS/AIS_EqualRadiusRelation.hxx [deleted file]
src/AIS/AIS_FixRelation.cxx [deleted file]
src/AIS/AIS_FixRelation.hxx [deleted file]
src/AIS/AIS_IdenticRelation.cxx [deleted file]
src/AIS/AIS_IdenticRelation.hxx [deleted file]
src/AIS/AIS_KindOfDimension.hxx [deleted file]
src/AIS/AIS_KindOfRelation.hxx [deleted file]
src/AIS/AIS_KindOfSurface.hxx [deleted file]
src/AIS/AIS_KindOfUnit.hxx [deleted file]
src/AIS/AIS_LengthDimension.cxx [deleted file]
src/AIS/AIS_LengthDimension.hxx [deleted file]
src/AIS/AIS_MaxRadiusDimension.cxx [deleted file]
src/AIS/AIS_MaxRadiusDimension.hxx [deleted file]
src/AIS/AIS_MidPointRelation.cxx [deleted file]
src/AIS/AIS_MidPointRelation.hxx [deleted file]
src/AIS/AIS_MidPointRelation.lxx [deleted file]
src/AIS/AIS_MinRadiusDimension.cxx [deleted file]
src/AIS/AIS_MinRadiusDimension.hxx [deleted file]
src/AIS/AIS_OffsetDimension.cxx [deleted file]
src/AIS/AIS_OffsetDimension.hxx [deleted file]
src/AIS/AIS_OffsetDimension.lxx [deleted file]
src/AIS/AIS_ParallelRelation.cxx [deleted file]
src/AIS/AIS_ParallelRelation.hxx [deleted file]
src/AIS/AIS_ParallelRelation.lxx [deleted file]
src/AIS/AIS_PerpendicularRelation.cxx [deleted file]
src/AIS/AIS_PerpendicularRelation.hxx [deleted file]
src/AIS/AIS_RadiusDimension.cxx [deleted file]
src/AIS/AIS_RadiusDimension.hxx [deleted file]
src/AIS/AIS_Relation.cxx [deleted file]
src/AIS/AIS_Relation.hxx [deleted file]
src/AIS/AIS_SequenceOfDimension.hxx [deleted file]
src/AIS/AIS_StandardDatum.hxx [deleted file]
src/AIS/AIS_SymmetricRelation.cxx [deleted file]
src/AIS/AIS_SymmetricRelation.hxx [deleted file]
src/AIS/AIS_SymmetricRelation.lxx [deleted file]
src/AIS/AIS_TangentRelation.cxx [deleted file]
src/AIS/AIS_TangentRelation.hxx [deleted file]
src/AIS/AIS_TypeOfAngle.hxx [deleted file]
src/AIS/AIS_TypeOfAngleArrowVisibility.hxx [deleted file]
src/AIS/AIS_TypeOfDist.hxx [deleted file]
src/AIS/FILES
src/PrsDim/AIS_AngleDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_Chamf2dDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_Chamf3dDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_ConcentricRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_DiameterDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_Dimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_DimensionOwner.hxx [new file with mode: 0644]
src/PrsDim/AIS_EllipseRadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_EqualDistanceRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_EqualRadiusRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_FixRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_IdenticRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_LengthDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_MaxRadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_MidPointRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_MinRadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_OffsetDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_ParallelRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_PerpendicularRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_RadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/AIS_Relation.hxx [new file with mode: 0644]
src/PrsDim/AIS_SymmetricRelation.hxx [new file with mode: 0644]
src/PrsDim/AIS_TangentRelation.hxx [new file with mode: 0644]
src/PrsDim/FILES [new file with mode: 0644]
src/PrsDim/PrsDim.cxx [new file with mode: 0644]
src/PrsDim/PrsDim.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_AngleDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_AngleDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_Chamf2dDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_Chamf2dDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_Chamf3dDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_Chamf3dDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_ConcentricRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_ConcentricRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_DiameterDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_DiameterDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_Dimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_Dimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_DimensionOwner.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_DimensionOwner.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_DimensionSelectionMode.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_DisplaySpecialSymbol.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_EllipseRadiusDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_EllipseRadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_EqualDistanceRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_EqualDistanceRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_EqualRadiusRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_EqualRadiusRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_FixRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_FixRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_IdenticRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_IdenticRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_KindOfDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_KindOfRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_KindOfSurface.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_LengthDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_LengthDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_MaxRadiusDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_MaxRadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_MidPointRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_MidPointRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_MinRadiusDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_MinRadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_OffsetDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_OffsetDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_ParallelRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_ParallelRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_PerpendicularRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_PerpendicularRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_RadiusDimension.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_RadiusDimension.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_Relation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_Relation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_SymmetricRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_SymmetricRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_TangentRelation.cxx [new file with mode: 0644]
src/PrsDim/PrsDim_TangentRelation.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_TypeOfAngle.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_TypeOfAngleArrowVisibility.hxx [new file with mode: 0644]
src/PrsDim/PrsDim_TypeOfDist.hxx [new file with mode: 0644]
src/QABugs/QABugs_16.cxx
src/QABugs/QABugs_17.cxx
src/QABugs/QABugs_3.cxx
src/TKV3d/PACKAGES
src/TPrsStd/TPrsStd_ConstraintDriver.cxx
src/TPrsStd/TPrsStd_ConstraintTools.cxx
src/ViewerTest/ViewerTest.cxx
src/ViewerTest/ViewerTest_RelationCommands.cxx