Skip to content

Commit

Permalink
Add Python binding to getName()
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Oct 22, 2024
1 parent 4e374a5 commit 636b261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/_nimblephysics/biomechanics/SubjectOnDisk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,9 @@ Note that these are specified in the local body frame, acting on the body at its
"setName",
&dart::biomechanics::SubjectOnDiskTrial::setName,
::py::arg("name"))
.def(
"getName",
&dart::biomechanics::SubjectOnDiskTrial::getName)
.def(
"setTimestep",
&dart::biomechanics::SubjectOnDiskTrial::setTimestep,
Expand Down

0 comments on commit 636b261

Please sign in to comment.