size property

size property

Gets or sets the limb node size that used in CAD software to represent the size of the bone.

Definition:

@property
def size(self):
    ...
@size.setter
def size(self, value):
    ...

See Also