mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
0020442: EDF 1087 GEOM: IGES format
Turn on the non-manifold topology support
This commit is contained in:
parent
c55fe1f246
commit
f729ceb932
@ -78,6 +78,7 @@ STEPEXPORT_EXPORT
|
||||
STEPControl_Writer aWriter;
|
||||
//VSR: 16/09/09: Convert to METERS
|
||||
Interface_Static::SetCVal("xstep.cascade.unit","M");
|
||||
Interface_Static::SetIVal("write.step.nonmanifold", 1);
|
||||
//JFA: PAL6162 status = aWriter.Transfer( theShape, STEPControl_ManifoldSolidBrep );
|
||||
status = aWriter.Transfer( theShape, STEPControl_AsIs );
|
||||
//VRV: OCC 4.0 migration
|
||||
|
@ -100,6 +100,8 @@ extern "C"
|
||||
STEPControl_Reader aReader;
|
||||
//VSR: 16/09/09: Convert to METERS
|
||||
Interface_Static::SetCVal("xstep.cascade.unit","M");
|
||||
Interface_Static::SetIVal("read.step.ideas", 1);
|
||||
Interface_Static::SetIVal("read.step.nonmanifold", 1);
|
||||
//VRV: OCC 4.0 migration
|
||||
TopoDS_Compound compound;
|
||||
BRep_Builder B;
|
||||
|
Loading…
Reference in New Issue
Block a user