SemanticAttribute

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

NameTypeAccessDescription
semantic'VertexFieldSemantic'ReadGets the semantic.
aliasstrReadGets the alias.

Methods

SignatureDescription
__init__(semantic: 'VertexFieldSemantic', alias: str)Calls init(semantic, alias) on this SemanticAttribute instance.

See Also