1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
ika c6f530b8d9 0027721: Add possibility to read STEP file with invalid shape_representation entity.
Add special parameter, which allow reading of all top level (not shared by any other entities) solids (manifold_solid_brep) and shells (shell_based_surface_model).

The examples how to use a new parameter:

DRAW:
switch on a parameter:
    param read.step.all.shapes On
update model to apply new parameter value:
    newmodel
read as usual:
    stepread test.stp res * // each top level solid or shell will be read as res_i shape.
    or
    ReadStep Doc test.stp

CXX Code:
switch on a parameter:
    Interface_Static::SetIVal("read.step.all.shapes", 1);
read as usual
2016-08-04 11:22:40 +03:00
..
2012-12-28 18:50:48 +04:00
2016-06-23 18:14:45 +03:00
2016-06-23 18:14:45 +03:00
2016-06-23 18:14:45 +03:00
2016-06-23 18:14:45 +03:00
2012-12-21 16:39:38 +04:00
2012-12-21 16:39:38 +04:00
2016-06-23 18:14:45 +03:00
2016-06-23 18:14:45 +03:00
2013-02-01 17:32:08 +04:00
2013-02-01 17:32:08 +04:00
2016-06-16 12:11:40 +03:00