]> OCCT Git - occt.git/commit
0033530: Data Exchange, Step Import - Implement GENERAL_PROPERTY support CR0-WEEK-7 CR0-WEEK-9 IR-2024-02-16
authorichesnok <ichesnok@opencascade.com>
Fri, 24 Nov 2023 13:36:10 +0000 (13:36 +0000)
committerichesnok <ichesnok@opencascade.com>
Thu, 15 Feb 2024 14:00:40 +0000 (14:00 +0000)
commitf286953d85c4177f5b62c8ce135a54d1e69e14f5
tree0d739fc13999e908779da683da33840b1f78f4c9
parent20955d88da8615c54bd9f4221a3ff9fbe90fd915
0033530: Data Exchange, Step Import - Implement GENERAL_PROPERTY support

The necessary classes for GeneralProperty support were added.
The ReadMetadata method was created for reading and saving attributes.
49 files changed:
dox/user_guides/step/step.md
src/RWStepAP214/RWStepAP214_GeneralModule.cxx
src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx
src/RWStepBasic/FILES
src/RWStepBasic/RWStepBasic_RWGeneralPropertyAssociation.cxx [new file with mode: 0644]
src/RWStepBasic/RWStepBasic_RWGeneralPropertyAssociation.hxx [new file with mode: 0644]
src/RWStepBasic/RWStepBasic_RWGeneralPropertyRelationship.cxx [new file with mode: 0644]
src/RWStepBasic/RWStepBasic_RWGeneralPropertyRelationship.hxx [new file with mode: 0644]
src/RWStepRepr/FILES
src/RWStepRepr/RWStepRepr_RWBooleanRepresentationItem.cxx [new file with mode: 0644]
src/RWStepRepr/RWStepRepr_RWBooleanRepresentationItem.hxx [new file with mode: 0644]
src/RWStepRepr/RWStepRepr_RWRealRepresentationItem.cxx [new file with mode: 0644]
src/RWStepRepr/RWStepRepr_RWRealRepresentationItem.hxx [new file with mode: 0644]
src/STEPCAFControl/STEPCAFControl_ConfigurationNode.cxx
src/STEPCAFControl/STEPCAFControl_Provider.cxx
src/STEPCAFControl/STEPCAFControl_Reader.cxx
src/STEPCAFControl/STEPCAFControl_Reader.hxx
src/StepAP214/StepAP214_Protocol.cxx
src/StepBasic/FILES
src/StepBasic/StepBasic_GeneralPropertyAssociation.cxx [new file with mode: 0644]
src/StepBasic/StepBasic_GeneralPropertyAssociation.hxx [new file with mode: 0644]
src/StepBasic/StepBasic_GeneralPropertyRelationship.cxx [new file with mode: 0644]
src/StepBasic/StepBasic_GeneralPropertyRelationship.hxx [new file with mode: 0644]
src/StepBasic/StepBasic_MeasureValueMember.cxx
src/StepData/StepData_ConfParameters.cxx
src/StepData/StepData_ConfParameters.hxx
src/StepData/StepData_StepReaderData.cxx
src/StepRepr/FILES
src/StepRepr/StepRepr_BooleanRepresentationItem.cxx [new file with mode: 0644]
src/StepRepr/StepRepr_BooleanRepresentationItem.hxx [new file with mode: 0644]
src/StepRepr/StepRepr_RealRepresentationItem.cxx [new file with mode: 0644]
src/StepRepr/StepRepr_RealRepresentationItem.hxx [new file with mode: 0644]
src/XSDRAWSTEP/XSDRAWSTEP.cxx
tests/de_wrapper/configuration/A3
tests/de_wrapper/configuration/A4
tests/metadata/begin [new file with mode: 0644]
tests/metadata/end [new file with mode: 0644]
tests/metadata/grids.list [new file with mode: 0644]
tests/metadata/parse.rules [new file with mode: 0644]
tests/metadata/step/A1 [new file with mode: 0644]
tests/metadata/step/A2 [new file with mode: 0644]
tests/metadata/step/A3 [new file with mode: 0644]
tests/metadata/step/A4 [new file with mode: 0644]
tests/metadata/step/A5 [new file with mode: 0644]
tests/metadata/step/A6 [new file with mode: 0644]
tests/metadata/step/A7 [new file with mode: 0644]
tests/metadata/step/A8 [new file with mode: 0644]
tests/metadata/step/A9 [new file with mode: 0644]
tests/metadata/step/begin [new file with mode: 0644]