Skip to content
Snippets Groups Projects
  1. Jun 09, 2023
  2. Jun 08, 2023
  3. Jun 02, 2023
  4. Jun 01, 2023
  5. May 31, 2023
  6. May 30, 2023
  7. May 04, 2023
    • Wouter Deconinck's avatar
      fix: respect rotation/position transformation in CAD_MultiVolume · 11d0ab1e
      Wouter Deconinck authored
      This respects the specified rotation/position in xml such as:
      ```xml
        <detectors>
          <detector id="1" name="Shape_PLY_Wuson" type="DD4hep_TestShape_Creator">
            <check vis="Shape1_vis">
              <shape type="CAD_Shape" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/PLY/Wuson.ply"/>
              <position x="30 * cm" y="30 * cm" z="30 * cm"/>
              <rotation x="0"  y="0"  z="0"/>
            </check>
            <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_PLY_Wuson.txt" create="CheckShape_create"/>
          </detector>
        </detectors>
      ```
      11d0ab1e
  8. Apr 26, 2023
Loading