Skip to content
Snippets Groups Projects
  1. Jun 01, 2023
  2. May 31, 2023
  3. May 30, 2023
  4. 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
  5. Apr 26, 2023
  6. Apr 25, 2023
  7. Apr 21, 2023
  8. Mar 31, 2023
Loading