SemanticAttribute

SemanticAttribute

Overview

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

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

This class provides 1 method for working with SemanticAttribute objects in .NET programs. Available methods include: SemanticAttribute. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Alias, Semantic.

Properties

NameTypeAccessDescription
SemanticVertexFieldSemanticReadGets the semantic.
AliasstringReadGets the alias.

Methods

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

See Also