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

Coding - Move StepData_ConfParameters to DESTEP package #261

Replace StepData_ConfParameters with DESTEP_Parameters across multiple files.
New location will help to keep any translate related stuff in one place for high level usage.
This commit is contained in:
dpasukhi
2025-01-16 23:09:25 +00:00
parent 1083052cc2
commit 6222d1b1f0
20 changed files with 373 additions and 331 deletions

View File

@@ -143,7 +143,7 @@ private:
STEPConstruct_AP203Context theAP203;
Handle(StepGeom_Axis2Placement3d) myAxis;
StepData_Factors myGlobalFactor;
StepData_ConfParameters::WriteMode_StepSchema mySchema;
DESTEP_Parameters::WriteMode_StepSchema mySchema;
TCollection_AsciiString myProductName;
};