SemanticAttribute constructor

__init__(self, semantic)

Initialize a SemanticAttribute


def __init__(self, semantic):
    ...
ParameterTypeDescription
semanticaspose.threed.utilities.VertexFieldSemanticThe semantic of the struct’s field.

__init__(self, semantic, alias)

Initialize a SemanticAttribute


def __init__(self, semantic, alias):
    ...
ParameterTypeDescription
semanticaspose.threed.utilities.VertexFieldSemanticThe semantic of the struct’s field.
aliasSystem.StringAlias of the field.

See Also