|
1210 | 1210 | <attribute name="damping" type="float"/> |
1211 | 1211 | </attributes> |
1212 | 1212 | </element> |
| 1213 | + <element name="elasticity" repeated="true"> |
| 1214 | + <attributes> |
| 1215 | + <attribute name="young" type="float"/> |
| 1216 | + <attribute name="poisson" type="float"/> |
| 1217 | + <attribute name="thickness" type="float"/> |
| 1218 | + <attribute name="damping" type="float"/> |
| 1219 | + </attributes> |
| 1220 | + </element> |
1213 | 1221 | <element name="contact" repeated="true"> |
1214 | 1222 | <attributes> |
1215 | 1223 | <attribute name="contype" type="int"/> |
|
1248 | 1256 | <attribute name="solrefsmooth" type="array" array_type="float" array_size="2"/> |
1249 | 1257 | <attribute name="solimpsmooth" type="array" array_type="float" array_size="5"/> |
1250 | 1258 | <attribute name="vertex" type="string"/> |
1251 | | - <attribute name="face" type="string"/> |
1252 | 1259 | <attribute name="initial" type="string"/> |
1253 | 1260 | <attribute name="curve" type="string"/> |
1254 | 1261 | <attribute name="size" type="array" array_type="float" array_size="3"/> |
|
1597 | 1604 | <attribute name="damping" type="float"/> |
1598 | 1605 | </attributes> |
1599 | 1606 | </element> |
| 1607 | + <element name="elasticity" repeated="true"> |
| 1608 | + <attributes> |
| 1609 | + <attribute name="young" type="float"/> |
| 1610 | + <attribute name="poisson" type="float"/> |
| 1611 | + <attribute name="thickness" type="float"/> |
| 1612 | + <attribute name="damping" type="float"/> |
| 1613 | + </attributes> |
| 1614 | + </element> |
1600 | 1615 | <element name="contact" repeated="true"> |
1601 | 1616 | <attributes> |
1602 | 1617 | <attribute name="contype" type="int"/> |
|
1635 | 1650 | <attribute name="solrefsmooth" type="array" array_type="float" array_size="2"/> |
1636 | 1651 | <attribute name="solimpsmooth" type="array" array_type="float" array_size="5"/> |
1637 | 1652 | <attribute name="vertex" type="string"/> |
1638 | | - <attribute name="face" type="string"/> |
1639 | 1653 | <attribute name="initial" type="string"/> |
1640 | 1654 | <attribute name="curve" type="string"/> |
1641 | 1655 | <attribute name="size" type="array" array_type="float" array_size="3"/> |
|
0 commit comments