Morphic FAQ

Click on the links in the headings for more information.

Using groups

cranial_elem = range(11)
for element in mesh.elements[cranial_elem.tolist()]:
    element.add_to_group('cranial')
for element in mesh.elements.groups['cranial']:
    print node.id

Build wxPython on Ubuntu 16.04 (required by mayavi2, which is used by morphic)

sudo apt-get install libgstreamer-plugins-base0.10-dev