1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0026371: Implementation of new entities for GD&T

Implement entities:
- DatumReferenceCompartment,
- DatumReferenceElement,
- DatumReferenceModifierWithValue,
- DatumSystem,
- GeneralDatumReference,

- ValueFormatTypeQualifier,

- NonUniformZoneDefinition,
- ProjectedZoneDefinition,
- RunoutZoneDefinition,
- RunoutZoneOrientation,
- ToleranceZone,
- ToleranceZoneDefinition,
- ToleranceZoneForm,
- ToleranceZoneTarget,

- GeometricToleranceWithDefinedAreaUnit,
- GeometricToleranceWithDefinedUnit,
- GeometricToleranceWithMaximumTolerance,
- GeometricToleranceWithModifiers,
- UnequallyDisposedGeometricTolerance,

- GeometricItemSpecificUsage,
- IdAttribute,
- IdAttributeSelect,
- ItemIdentifiedRepresentationUsage,
- ItemIdentifiedRepresentationUsageDefinition,

- Apex,
- CentreOfSymmetry,
- GeometricAlignment,
- ParallelOffset,
- PerpendicularTo,
- Tangent,

- AllAroundShapeAspect,
- BetweenShapeAspect,
- CompositeGroupShapeAspect,
- ContinuosShapeAspect,

- ReprItemAndLengthMeasureWithUnitAndQRI,
- ReprItemAndPlaneAngleMeasureWithUnitAndQRI,
- ReprItemAndPlaneAngleMeasureWithUnit,

- CompGroupShAspAndCompShAspAndDatumFeatAndShAsp,
- CompShAspAndDatumFeatAndShAsp,

- GeoTolAndGeoTolWthDatRef,
- GeoTolAndGeoTolWthDatRefAndGeoTolWthMod,
- GeoTolAndGeoTolWthMod,
- GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol,

- IntegerRepresentationItem,
- ValueRepresentationItem.

Modify entities:
- GeometricTolerance,
- GeometricToleranceWithDatumReference,
- ShapeDimensionRepresentation.

fix compilation error

fix compilation warning
This commit is contained in:
ika
2015-09-24 12:12:47 +03:00
committed by kgv
parent a576c3e54d
commit 28a73c1fe7
261 changed files with 15894 additions and 611 deletions

View File

@@ -1,16 +1,31 @@
StepRepr_AllAroundShapeAspect.cxx
StepRepr_AllAroundShapeAspect.hxx
StepRepr_Apex.cxx
StepRepr_Apex.hxx
StepRepr_Array1OfMaterialPropertyRepresentation.hxx
StepRepr_Array1OfPropertyDefinitionRepresentation.hxx
StepRepr_Array1OfRepresentationItem.hxx
StepRepr_Array1OfShapeAspect.hxx
StepRepr_AssemblyComponentUsage.cxx
StepRepr_AssemblyComponentUsage.hxx
StepRepr_AssemblyComponentUsageSubstitute.cxx
StepRepr_AssemblyComponentUsageSubstitute.hxx
StepRepr_BetweenShapeAspect.cxx
StepRepr_BetweenShapeAspect.hxx
StepRepr_CentreOfSymmetry.cxx
StepRepr_CentreOfSymmetry.hxx
StepRepr_CharacterizedDefinition.cxx
StepRepr_CharacterizedDefinition.hxx
StepRepr_CompGroupShAspAndCompShAspAndDatumFeatAndShAsp.cxx
StepRepr_CompGroupShAspAndCompShAspAndDatumFeatAndShAsp.hxx
StepRepr_CompositeGroupShapeAspect.cxx
StepRepr_CompositeGroupShapeAspect.hxx
StepRepr_CompositeShapeAspect.cxx
StepRepr_CompositeShapeAspect.hxx
StepRepr_CompoundRepresentationItem.cxx
StepRepr_CompoundRepresentationItem.hxx
StepRepr_CompShAspAndDatumFeatAndShAsp.cxx
StepRepr_CompShAspAndDatumFeatAndShAsp.hxx
StepRepr_ConfigurationDesign.cxx
StepRepr_ConfigurationDesign.hxx
StepRepr_ConfigurationDesignItem.cxx
@@ -19,6 +34,8 @@ StepRepr_ConfigurationEffectivity.cxx
StepRepr_ConfigurationEffectivity.hxx
StepRepr_ConfigurationItem.cxx
StepRepr_ConfigurationItem.hxx
StepRepr_ContinuosShapeAspect.cxx
StepRepr_ContinuosShapeAspect.hxx
StepRepr_DataEnvironment.cxx
StepRepr_DataEnvironment.hxx
StepRepr_DefinitionalRepresentation.cxx
@@ -33,6 +50,8 @@ StepRepr_ExternallyDefinedRepresentation.cxx
StepRepr_ExternallyDefinedRepresentation.hxx
StepRepr_FunctionallyDefinedTransformation.cxx
StepRepr_FunctionallyDefinedTransformation.hxx
StepRepr_GeometricAlignment.cxx
StepRepr_GeometricAlignment.hxx
StepRepr_GlobalUncertaintyAssignedContext.cxx
StepRepr_GlobalUncertaintyAssignedContext.hxx
StepRepr_GlobalUnitAssignedContext.cxx
@@ -40,8 +59,11 @@ StepRepr_GlobalUnitAssignedContext.hxx
StepRepr_HArray1OfMaterialPropertyRepresentation.hxx
StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx
StepRepr_HArray1OfRepresentationItem.hxx
StepRepr_HArray1OfShapeAspect.hxx
StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx
StepRepr_HSequenceOfRepresentationItem.hxx
StepRepr_IntegerRepresentationItem.cxx
StepRepr_IntegerRepresentationItem.hxx
StepRepr_ItemDefinedTransformation.cxx
StepRepr_ItemDefinedTransformation.hxx
StepRepr_MakeFromUsageOption.cxx
@@ -58,8 +80,12 @@ StepRepr_MeasureRepresentationItem.cxx
StepRepr_MeasureRepresentationItem.hxx
StepRepr_NextAssemblyUsageOccurrence.cxx
StepRepr_NextAssemblyUsageOccurrence.hxx
StepRepr_ParallelOffset.cxx
StepRepr_ParallelOffset.hxx
StepRepr_ParametricRepresentationContext.cxx
StepRepr_ParametricRepresentationContext.hxx
StepRepr_PerpendicularTo.cxx
StepRepr_PerpendicularTo.hxx
StepRepr_ProductConcept.cxx
StepRepr_ProductConcept.hxx
StepRepr_ProductDefinitionShape.cxx
@@ -92,6 +118,16 @@ StepRepr_RepresentedDefinition.cxx
StepRepr_RepresentedDefinition.hxx
StepRepr_ReprItemAndLengthMeasureWithUnit.cxx
StepRepr_ReprItemAndLengthMeasureWithUnit.hxx
StepRepr_ReprItemAndLengthMeasureWithUnitAndQRI.cxx
StepRepr_ReprItemAndLengthMeasureWithUnitAndQRI.hxx
StepRepr_ReprItemAndMeasureWithUnit.cxx
StepRepr_ReprItemAndMeasureWithUnit.hxx
StepRepr_ReprItemAndMeasureWithUnitAndQRI.cxx
StepRepr_ReprItemAndMeasureWithUnitAndQRI.hxx
StepRepr_ReprItemAndPlaneAngleMeasureWithUnit.cxx
StepRepr_ReprItemAndPlaneAngleMeasureWithUnit.hxx
StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI.cxx
StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
StepRepr_SequenceOfMaterialPropertyRepresentation.hxx
StepRepr_SequenceOfRepresentationItem.hxx
StepRepr_ShapeAspect.cxx
@@ -116,7 +152,11 @@ StepRepr_StructuralResponsePropertyDefinitionRepresentation.cxx
StepRepr_StructuralResponsePropertyDefinitionRepresentation.hxx
StepRepr_SuppliedPartRelationship.cxx
StepRepr_SuppliedPartRelationship.hxx
StepRepr_Tangent.cxx
StepRepr_Tangent.hxx
StepRepr_Transformation.cxx
StepRepr_Transformation.hxx
StepRepr_ValueRange.cxx
StepRepr_ValueRange.hxx
StepRepr_ValueRepresentationItem.cxx
StepRepr_ValueRepresentationItem.hxx