Skip to content

Commit

Permalink
add default in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimmermann committed Aug 12, 2024
1 parent e612670 commit e417c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/MeshAPI/VerciseMeshDirected_SetMeshSizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def save(cf, filename: str) -> None:
"Name": "BostonScientificVerciseDirected",
"Rotation[Degrees]": 0,
"Direction": {"x[mm]": 0, "y[mm]": 1, "z[mm]": -1},
# "Direction": {"x[mm]": 0, "y[mm]": 0, "z[mm]": 1},
"TipPosition": {"x[mm]": 0, "y[mm]": 15, "z[mm]": -3},
"EncapsulationLayer": {
"Thickness[mm]": 0.0, # indicates that no encapsulation is modelled
Expand Down

0 comments on commit e417c68

Please sign in to comment.