Skip to content
Snippets Groups Projects
Commit 0afced38 authored by Boman Romain's avatar Boman Romain
Browse files

add comments

parent cb858d58
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,11 @@ ContactInteraction.useTBB()
def parms(d={}):
p = {}
# files
p['mandible'] = 'Dolicorhynchops_coarse.ply'
p['teeth'] = 'teeth.off' # one or several vertices
p['LTMJ'] = 'LTMJ.off' # left temporomandibular joint - 1 vertex
p['RTMJ'] = 'RTMJ.off' # right temporomandibular joint - 1 vertex
# Geomagic/MeshLab input files
p['mandible'] = 'Dolicorhynchops_coarse.ply' # mandible mesh (.ply/.geo/.msh)
p['teeth'] = 'teeth.off' # one or several vertices (.ply/.off)
p['LTMJ'] = 'LTMJ.off' # left temporomandibular joint - 1 vertex (.ply/.off)
p['RTMJ'] = 'RTMJ.off' # right temporomandibular joint - 1 vertex (.ply/.off)
p['muscles'] = {
'Lmuscle.ply': { 'force': 100., 'focalpt':'LmuscleF.off'},
'Rmuscle.off': { 'force': 100., 'focalpt':'RmuscleF.off'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment