Search results

  1. R

    Unable to compile WebAssembly app when STEPCAFControl_Reader is used.

    Thank you for your help. I reported it for Emscripten and it turns out that it is related to the drawf info being generated during build in debug mode. wasm-emscripten-finalize needs to consume a lot of memory (more than 10 GB) to generate that info and it crashes due to out of memory.
  2. R

    Unable to compile WebAssembly app when STEPCAFControl_Reader is used.

    I'm trying to read a step file and display it. When I create a STEPCAFControl_Reader object, compile will fail with the following error: The code snippet causing the issue is as shown below. The error occurs once "STEPCAFControl_Reader cafReader;" is used. Handle(TDocStd_Document)...
  3. R

    Lesson 10: unable to expand CBF doc tree

    Hi @natalia , Thank you for your help. It seems it's not quite easy to find out the cause, so I'd perfer to use INSPECTOR or the official one as a workaround.
  4. R

    Lesson 10: unable to expand CBF doc tree

    Hi @JSlyadne , thank you for your advice, but it's still not working.😅 See my configuration below.
  5. R

    Lesson 10: unable to expand CBF doc tree

    Hi experts, Firstly I'd like to thank you for your great video about OCCT. It makes my life easier a lot indeed! Back to my question, when I use DFBrowse to view CBF file structure using DRAW in the OCCT binaries built by myself, I cannot expand the tree, but when I use the DRAW in official...
Top