Skeleton constructor

__init__(self)

Initializes a new instance of the Skeleton class.


def __init__(self):
    ...

__init__(self, name)

Initializes a new instance of the Skeleton class.


def __init__(self, name):
    ...
ParameterTypeDescription
nameSystem.StringName.

__init__(self, name, type)

Initializes a new instance of the Skeleton class.


def __init__(self, name, type):
    ...
ParameterTypeDescription
nameSystem.StringEntity’s name.
typeaspose.threed.entities.SkeletonTypeSkeleton type

See Also