]> OCCT Git - occt.git/commit
0033530: Data Exchange, Step Import - Implement GENERAL_PROPERTY support
authorichesnok <ichesnok@opencascade.com>
Fri, 24 Nov 2023 13:36:10 +0000 (13:36 +0000)
committerichesnok <ichesnok@opencascade.com>
Wed, 21 Feb 2024 17:25:13 +0000 (17:25 +0000)
commita21af503b0377cdc0ef6565542d0962011f419be
tree35a6f2e7062efb281c5300c3af6669779e549f38
parentc86ede0e57b0d9974e3d6c86f5173043e2c9d054
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.
48 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_ConfigurationNode.hxx
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_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/XDEDRAW/XDEDRAW_Common.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]