We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae1bbc9 + f89bd8f commit 61a20f0Copy full SHA for 61a20f0
examples/Demos/fallingSOFA.scn
@@ -59,9 +59,9 @@
59
<Node name="TetraTopology">
60
<!-- Transform the hexahedral topology into a tetrahedral topology
61
For more information see : https://sofa-framework.github.io/doc/simulation-principles/multi-model-representation/mapping/#topological-mapping -->
62
- <TetrahedronSetTopologyContainer name="Container" position="@HexaTop.position"/>
+ <TetrahedronSetTopologyContainer name="Container" position="@../HexaTop.position"/>
63
<TetrahedronSetTopologyModifier name="Modifier"/>
64
- <Hexa2TetraTopologicalMapping input="@HexaTop" output="@Container" swapping="true"/>
+ <Hexa2TetraTopologicalMapping input="@../HexaTop" output="@Container" swapping="true"/>
65
</Node>
66
67
0 commit comments