Skip to content

Commit

Permalink
Merge pull request #119 from mlin865/cattle
Browse files Browse the repository at this point in the history
Cattle intestines
  • Loading branch information
rchristie authored Feb 9, 2021
2 parents f30e98d + 1e5f484 commit de58074
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/scaffoldmaker/meshtypes/meshtype_3d_colon1.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ def getDefaultOptions(cls, parameterSetName='Default'):
}
if 'Cattle 1' in parameterSetName:
options['Number of segments'] = 40
options['Proximal length'] = 880.0
options['Proximal length'] = 900.0
options['Transverse length'] = 3500.0
options['Distal length'] = 1650.0
options['Proximal inner radius'] = 30.0
options['Proximal inner radius'] = 35.0
options['Proximal tenia coli width'] = 3.0
options['Proximal-transverse inner radius'] = 15.0
options['Proximal-transverse tenia coli width'] = 3.0
Expand Down
Loading

0 comments on commit de58074

Please sign in to comment.