]> OCCT Git - occt.git/commit
Data Exchange, Step Export - Apply a scaling transformation (#513)
authorikochetkova <irina.kochetkova@opencascade.com>
Mon, 12 May 2025 16:15:58 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 16:15:58 +0000 (17:15 +0100)
commit18a46604fc951f417eb2f931e51df89946839638
treea06aef80736b279aa6e656c7911a9eab9c10b0d5
parent7cd39973a49f1ad881456c06ee1b1f0fabfdf43c
Data Exchange, Step Export - Apply a scaling transformation (#513)

Add possibility to export scaling factor into the STEP file as a cartesian_transformation_operator_3d.
Add flag for turning on/off (on by default) this behavior.
15 files changed:
src/DataExchange/TKDEIGES/DEIGES/DEIGES_Parameters.hxx
src/DataExchange/TKDESTEP/DESTEP/DESTEP_ConfigurationNode.cxx
src/DataExchange/TKDESTEP/DESTEP/DESTEP_Parameters.hxx
src/DataExchange/TKDESTEP/GeomToStep/FILES.cmake
src/DataExchange/TKDESTEP/GeomToStep/GeomToStep_MakeCartesianTransformationOperator.cxx [new file with mode: 0644]
src/DataExchange/TKDESTEP/GeomToStep/GeomToStep_MakeCartesianTransformationOperator.hxx [new file with mode: 0644]
src/DataExchange/TKDESTEP/STEPConstruct/STEPConstruct_Assembly.cxx
src/DataExchange/TKDESTEP/STEPConstruct/STEPConstruct_Assembly.hxx
src/DataExchange/TKDESTEP/STEPControl/STEPControl_ActorWrite.cxx
src/DataExchange/TKDESTEP/STEPControl/STEPControl_ActorWrite.hxx
src/DataExchange/TKDESTEP/StepToGeom/StepToGeom.cxx
tests/bugs/step/bug_ocp1949 [new file with mode: 0644]
tests/bugs/xde/bug27142
tests/de_wrapper/configuration/A3
tests/de_wrapper/configuration/A4