A3DObject constructor
__init__(self)
Initializes a new instance of the A3DObject class with no name.
def __init__(self):
...
__init__(self, name)
Initializes a new instance of the A3DObject class.
def __init__(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Name |
See Also
- module
aspose.threed - class
A3DObject