c++ - OpenCascade ErrorStatus -


i use opencascade 6.7.0.

when call function brepalgoapi_cut , check errorstatus() 114 result. watching in documentation got following information:

  • 0 - ok
  • 1 - object created nothing done
  • 2 - null source shapes isstrong text not allowed
  • 3 - check types of arguments
  • 4 - can not allocate memory dsfiller
  • 5 - builder can not work such types of arguments
  • 6 - unknown operation not allowed
  • 7 - can not allocate memory builder
  • >100 - see builder's errorstatus

what builders errorstatus? can find it?

after asking qestion in official occ forum got following answer:

dear hahn,

thank observation. in fact error status 114 of brepalgoapi_cut means types of arguments not allow perform cut operation (for example, impossible cut vertex solid). planning revise documentation on boa error messages. cannot guarantee happen soon. depends on availability of our internal resources.

best regards, forum supervisor


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -