Spine Component

Code author: Jeremy Ernst

class Spine(prefix='', suffix='', network_node=None, side='Left')[source]

Bases: artv2.components.chain.Chain

This class creates a pine component for creating a spine with a pelvis and 3 to 5 spine joints.

num_joints

Property for defining/returning the number of spine joints

example usage:
spine_inst = spine.Spine()
spine_inst.num_joints = 5
Returns:(int) number of spine joints.