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