|
35 | 35 | <LocalMinDistance name="localmindistance" alarmDistance="2" contactDistance="1" angleCone="0.5" coneFactor="0.5" /> |
36 | 36 | <CollisionResponse name="Response" response="FrictionContactConstraint" /> |
37 | 37 |
|
38 | | -<!-- ------------------------- INTERVENTIONAL RADIOLOGY INSTRUMENTS (catheter, guidewire, coil) ------------------------------ --> |
| 38 | +<!-- INTERVENTIONAL RADIOLOGY INSTRUMENTS (catheter, guidewire, coil) --> |
39 | 39 |
|
40 | 40 | <Node name="topoLines_cath"> |
41 | 41 | <RodStraightSection name="StraightSection" youngModulus="10000" massDensity="0.00000155" radius="1" nbEdgesCollis="40" nbEdgesVisu="220" length="600.0"/><!--stiff silicone E = 10000 MPa // 1550 Kg/m3--> |
|
142 | 142 | </Node> |
143 | 143 | </Node> |
144 | 144 |
|
145 | | - <Node name="CollisionModel"> |
146 | | - <MeshOBJLoader name="meshLoader" filename="mesh/phantom.obj" triangulate="true" flipNormals="1"/> |
147 | | - <MeshTopology position="@meshLoader.position" triangles="@meshLoader.triangles"/> |
148 | | - <MechanicalObject name="DOFs1" position="0 0 400" scale="3" ry="90"/> |
149 | | - <TriangleCollisionModel simulated="0" moving="0"/> |
150 | | - <LineCollisionModel simulated="0" moving="0"/> |
151 | | - <PointCollisionModel simulated="0" moving="0"/> |
152 | | - <OglModel name="Visual" src="@meshLoader" color="1 0 0 0.3" scale="3" ry="90"/> |
| 145 | + <Node name="VesselsPhantom"> |
| 146 | + <MeshOBJLoader name="meshLoader" filename="mesh/phantom.obj" triangulate="true" flipNormals="1" scale="3" rotation="0 90 0"/> |
| 147 | + |
| 148 | + <Node name="Collision"> |
| 149 | + <MeshTopology position="@../meshLoader.position" triangles="@meshLoader.triangles"/> |
| 150 | + <MechanicalObject name="DOFs1"/> |
| 151 | + <TriangleCollisionModel simulated="0" moving="0"/> |
| 152 | + <LineCollisionModel simulated="0" moving="0"/> |
| 153 | + <PointCollisionModel simulated="0" moving="0"/> |
| 154 | + </Node> |
| 155 | + |
| 156 | + <Node name="Visual"> |
| 157 | + <OglModel name="Visual" src="@../meshLoader" color="1 0 0 0.3" /> |
| 158 | + </Node> |
| 159 | + |
153 | 160 | </Node> |
154 | 161 |
|
155 | 162 | </Node> |
0 commit comments