mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025694: Change STEP exporter to use AP214 IS by default
Test-case for issue #25694
This commit is contained in:
@@ -85,7 +85,7 @@ STEPControl_Controller::STEPControl_Controller ()
|
||||
Interface_Static::Init("step","write.step.schema",'&',"eval AP214DIS");
|
||||
Interface_Static::Init("step","write.step.schema",'&',"eval AP203");
|
||||
Interface_Static::Init("step","write.step.schema",'&',"eval AP214IS");
|
||||
Interface_Static::SetCVal("write.step.schema","AP214CD");
|
||||
Interface_Static::SetCVal("write.step.schema","AP214IS");
|
||||
|
||||
// Type of Product Definition for reading
|
||||
// Note: the numbers should be consistent with function FindShapeReprType()
|
||||
|
Reference in New Issue
Block a user