Closed wdconinc closed 2 months ago
main
HEAD
/opt/detector/setup.sh
npdet_to_step part -l 4 DIRC -o DIRC $DETECTOR_PATH/epic_dirc_only.xml
DIRC.stp
DIRC bars are 1m, i.e. 1000mm.
DIRC bars are 100mm:
Also, DIRC.stp includes incorrect entity for the given units:
#20 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
Likely needs https://dev.opencascade.org/doc/refman/html/class_x_c_a_f_doc___length_unit.html somewhere.
Environment: (where does this bug occur, have you tried other environments)
main
for latest released):HEAD
for the most recent on git):Steps to reproduce: (give a step by step account of how to trigger the bug)
/opt/detector/setup.sh
npdet_to_step part -l 4 DIRC -o DIRC $DETECTOR_PATH/epic_dirc_only.xml
DIRC.stp
in freecad or other cad program.Expected Result: (what do you expect when you execute the steps above)
DIRC bars are 1m, i.e. 1000mm.
Actual Result: (what do you get when you execute the steps above)
DIRC bars are 100mm:
Also,
DIRC.stp
includes incorrect entity for the given units:Likely needs https://dev.opencascade.org/doc/refman/html/class_x_c_a_f_doc___length_unit.html somewhere.