SemanticAttribute

SemanticAttribute

Overview

SemanticAttribute is a class in Aspose.3D FOSS for .NET. Inherits from: Attribute.

SemanticAttribute.SemanticAttribute creates a new instance with the specified vertex field semantic.

Properties

NameTypeAccessDescription
SemanticVertexFieldSemanticReadGets the VertexFieldSemantic associated with this attribute
AliasstringReadGets or sets the string alias for this semantic attribute

Methods

SignatureDescription
SemanticAttribute(semantic: VertexFieldSemantic)Creates a new instance with the specified vertex field semantic
SemanticAttribute(semantic: VertexFieldSemantic, alias: string)

See Also