Overview
Comment: | Removed labels on one vector bond to demonstrate port aliasing. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1a8abdb3d916682cb91ec009a4937aab |
User & Date: | geraint@users.sourceforge.net on 2004-08-18 23:21:40 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-19
| ||
19:14:11 | File removed: abg2ibg_dia2m is now used instead. check-in: 5ad4a3ecdd user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-18
| ||
23:21:40 | Removed labels on one vector bond to demonstrate port aliasing. check-in: 1a8abdb3d9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
23:19:04 | Replaced deprecated is_struct and struct_contains with isstruct and isfield. check-in: e919e8d1a2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Dia/Mechanical-2D/StackOfSupportedBars/StackOfSupportedBars_abg.dia from [17f0f9a2a3] to [97772ada2d].
︙ | ︙ | |||
2405 2406 2407 2408 2409 2410 2411 | </dia:attribute> </dia:object> <dia:object type="BondGraph - MTT bond" version="0" id="O128"> <dia:attribute name="obj_pos"> <dia:point val="26.8169,35.4036"/> </dia:attribute> <dia:attribute name="obj_bb"> | | | 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 | </dia:attribute> </dia:object> <dia:object type="BondGraph - MTT bond" version="0" id="O128"> <dia:attribute name="obj_pos"> <dia:point val="26.8169,35.4036"/> </dia:attribute> <dia:attribute name="obj_bb"> <dia:rectangle val="26.7236,12.7011;28.0169,32.6561"/> </dia:attribute> <dia:attribute name="conn_endpoints"> <dia:point val="26.8169,35.4036"/> <dia:point val="26.8169,10.4036"/> </dia:attribute> <dia:attribute name="numcp"> <dia:int val="1"/> |
︙ | ︙ | |||
2438 2439 2440 2441 2442 2443 2444 | </dia:attribute> <dia:attribute name="arrow_on_start"> <dia:boolean val="false"/> </dia:attribute> <dia:attribute name="signal"> <dia:boolean val="false"/> </dia:attribute> | < < < < < < | | 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 | </dia:attribute> <dia:attribute name="arrow_on_start"> <dia:boolean val="false"/> </dia:attribute> <dia:attribute name="signal"> <dia:boolean val="false"/> </dia:attribute> <dia:attribute name="show_labels"> <dia:boolean val="true"/> </dia:attribute> <dia:connections> <dia:connection handle="0" to="O125" connection="0"/> <dia:connection handle="1" to="O127" connection="0"/> </dia:connections> </dia:object> <dia:object type="BondGraph - MTT bond" version="0" id="O129"> <dia:attribute name="obj_pos"> <dia:point val="26.8169,10.4036"/> </dia:attribute> <dia:attribute name="obj_bb"> <dia:rectangle val="26.7236,-14.7464;36.2669,10.1036"/> </dia:attribute> <dia:attribute name="conn_endpoints"> <dia:point val="26.8169,10.4036"/> <dia:point val="26.8169,-14.5964"/> </dia:attribute> <dia:attribute name="numcp"> <dia:int val="1"/> |
︙ | ︙ |
Modified mttroot/mtt/lib/examples/Dia/Mechanical-2D/StackOfSupportedBars/StackOfSupportedBars_lbl.txt from [b74e20c574] to [a98f24e28a].
1 2 3 4 | #SUMMARY StackOfSupportedBars #DESCRIPTION A stack of rigid 2D bars supported by spring-dampers. #DESCRIPTION The model demonstrates hierarchical modelling in dia #DESCRIPTION including vector ports, repeated components and | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #SUMMARY StackOfSupportedBars #DESCRIPTION A stack of rigid 2D bars supported by spring-dampers. #DESCRIPTION The model demonstrates hierarchical modelling in dia #DESCRIPTION including vector ports, repeated components and #DESCRIPTION aliasing of parameters and ports. ## System StackOfSupportedBars, representation lbl, language txt ## File StackOfSupportedBars_lbl.txt ## Generated by MTT on Thu Aug 12 21:27:46 BST 2004 ###################################### ##### Model Transformation Tools ##### |
︙ | ︙ |