Skip to content

Loading issues using tessellated geometries #39

@vernetrenaud

Description

@vernetrenaud

Hi there, thanks for this nice library!

I have issues loading STEP files generated by Catia under some export settings, especially the "tessellated" mode.

  • When using the "exact geometry" export mode of Catia, occtimportjs can read the resulting file without problem, great.
  • When using the "tessellated" mode, it fails to load the file : this is my issue.

In the latter case, the error I get from the console is an exception, see attached screenshot.
image

Looking a bit deeper into this issue, from the STEP file generated with the tessellated mode, I see instructions like :
TESSELLATED_SOLID(...) , TESSELLATED_SHAPE_REPRESENTATION(...) ...
which do not exist in in the "exact geometry" exports.

So I believe that occtimportjs does not support these instructions, do you confirm this ?
Is there any workaround I could use ?

In case you wonder: I have to use the tessellated mode due to several constraints I have, like file size etc. So I don't really have the option to use the other export mode.

Thank you very much for your support, please let me know if you have any idea about this.
Cheers!
renaud

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions