neurodec.mdt.Fibers#

class neurodec.mdt.Fibers(dictionary: dict)#

The fibers of a muscle

property id: int#

Returns the ID of the object

property status: Status#

Returns the up-to-date status of the object, by performing an API request.

property vertices#

Retrieve the fibers generated inside the muscle.

Returns

A NumPy array with shape (n_fibers, n_sections, 3) containing the coordinates of the fiber nodes.

wait()#

Wait for the object to be ready