diff --git a/examples/DDCAD/compact/IR_assy_all_colour.xml b/examples/DDCAD/compact/IR_assy_all_colour.xml
new file mode 100644
index 0000000000000000000000000000000000000000..242fa899ce41747b4cc26d28648397d360dcbc8d
--- /dev/null
+++ b/examples/DDCAD/compact/IR_assy_all_colour.xml
@@ -0,0 +1,30 @@
+<lccdd>
+<!-- #==========================================================================
+     #  AIDA Detector description implementation 
+     #==========================================================================
+     # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
+     # All rights reserved.
+     #
+     # For the licensing terms see $DD4hepINSTALL/LICENSE.
+     # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
+     #
+     #==========================================================================
+-->
+
+  <includes>
+    <gdmlFile ref="../../ClientTests/compact/CheckShape.xml"/>
+  </includes>
+
+  <detectors>
+    <detector id="1" name="Shape_STL" type="DD4hep_TestShape_Creator">
+      <check>
+        <shape type="CAD_MultiVolume" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/STL/IR_assy_all_colour.stl" unit="cm">
+	  <volume id="0" name="s1" vis="Shape3_vis">
+          </volume>
+ 
+        </shape>
+      </check>
+
+    </detector>
+  </detectors>
+</lccdd>
diff --git a/examples/DDCAD/compact/Import_SiD_Vertex.xml b/examples/DDCAD/compact/Import_SiD_Vertex.xml
new file mode 100644
index 0000000000000000000000000000000000000000..2ee20c1d4f41878b0049d3c82ef499de0e3e16b4
--- /dev/null
+++ b/examples/DDCAD/compact/Import_SiD_Vertex.xml
@@ -0,0 +1,23 @@
+<lccdd>
+<!--
+    #==========================================================================
+    #  AIDA Detector description implementation 
+    #==========================================================================
+    # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
+    # All rights reserved.
+    #
+    # For the licensing terms see $DD4hepINSTALL/LICENSE.
+    # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
+    #
+    #==========================================================================
+-->
+  <geometry open="false" close="true"/>
+
+  <detectors>
+    <detector id="1" name="Shape_Collada" type="DD4hep_TestShape_Creator">
+      <check>
+        <shape type="CAD_MultiVolume" ref="./clicsid_vertex.collada" unit="cm"/>
+      </check>
+    </detector>
+  </detectors>
+</lccdd>
diff --git a/examples/DDCAD/models/STL/IR_assy_all_colour.stl b/examples/DDCAD/models/STL/IR_assy_all_colour.stl
new file mode 100644
index 0000000000000000000000000000000000000000..43163d6ea3352a80aa044f0185110ca3ee655184
Binary files /dev/null and b/examples/DDCAD/models/STL/IR_assy_all_colour.stl differ