Some parts are missing in STEP after import

Some parts are missing in STEP after import

STEP models have multiple ways to attach representations to products.
One way is used to describe alternative representations (i.e. solid and sheet representations of the same geometry), another is used to describe complementary representations (i.e. hybrid solid-sheet part).
Some files are exceptions to this dichotomy - they use an "alternative" mechanism to store complementary representations. In such cases  CAD Exchanger can appear to read only a portion of the model.

STEP_ReaderParameters has a parameter named BRepRepresentationType. It is there precisely for this situation.
Its default value is "Auto", so it loads "the highest quality" representation (which is usually solid) by default. This is fine for the majority of STEP models. 
However it can be set to "All" to force the reader to load everything, aa if all the bodies were complementary. If there are some parts missing in your STEP model after import, try setting BRepRepresentationType to All

    • Related Articles

    • Splitting JT models into individual parts

      Splitting JT models into individual parts: Run cmd or the CAD Exchanger Batch (Start menu > CAD Exchanger > CAD Exchanger Command Line Interface); Set the environment variable "CADEX_PART_SAVER_DIR" to the folder where JT file parts should be saved. ...
    • WRL compressed (for Unix systems)

      WRL files can be of a compressed type which is not supported yet. The workaround that can help import such a file into CAD Exchanger is as follows: Change a model's extention to .GZ; Uncompress it using GZIP; Change the extention back to .WRL.