SemanticAttribute
Overview
SemanticAttribute is a class in Aspose.3D FOSS for Python.
Allow user to use their own structure for static declaration of VertexDeclaration
This class declares 1 method for SemanticAttribute objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: alias, semantic.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
semantic | 'VertexFieldSemantic' | Read | Gets the semantic. |
alias | str | Read | Gets the alias. |
Methods
| Signature | Description |
|---|---|
__init__(semantic: 'VertexFieldSemantic', alias: str) | Calls init(semantic, alias) on this SemanticAttribute instance. |