nerve.add_fascicle
- nerve.add_fascicle(fascicle, ID: None | int = None, y: None | float = None, z: None | float = None, rot: None | float = None, degree: bool = False, **kwargs)[source]
Add a fascicle to the list of fascicles
- Parameters:
fascicle (object) – object that can be load to a fascicle to add to the nerve struture
ID (None | int, optional) – ID of the fascicle, if None keep the value of from fascicle, by default None
y (None | float, optional) – y-position of the fascicle, if None keep the value of from fascicle, by default None
z (None | float, optional) – y-position of the fascicle, if None keep the value of from fascicle, by default None
rot (None | float, optional) – Rotation angle of the fascicle, if None keep the value of from fascicle, by default None
degree (bool, optional) – if true angle is considered in degree, by default False