type property
type property
Gets or sets the node type. The type attribute indicates the type of the node element. The default value is “NODE”. Optional attribute.
Definition:
@property
def type(self):
...
@type.setter
def type(self, value):
...
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
EnumNode
- class
Node