A3DObject constructor

init

Initializes a new instance of the A3DObject class with no name.

def __init__(self):
    ...

init

Initializes a new instance of the A3DObject class.

def __init__(self, name):
    ...
ParameterTypeDescription
namestrName

See Also