- Author:
- Dougal Cowan <devnull@localhost>
- Date:
- 2013-02-01 10:52:01+13:00
- Desc:
- removed obsolete references to ex* files.
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/deformingheart/rawfile/bacfc89ae627479680d0552c356d4741f9705dd1/viewheart.cmgui
# Note: FieldML 0.5 files can only be read into recent development versions of cmgui, available from www.cmiss.org/cmgui
#
gfx create region heart;
gfx read region heart.xml region heart;
# need to define faces and lines to visualise
gfx define faces egroup heart;
gfx modify g_element heart general clear;
gfx modify g_element heart lines coordinate heart.coordinates exterior;
gfx modify g_element heart surfaces coordinate heart.coordinates exterior material muscle;
gfx create window 1;
gfx modify window 1 set perturb_lines;