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
| Name | Type | Access | Description |
|---|---|---|---|
Semantic | VertexFieldSemantic | Read | Gets the semantic. |
Alias | string | Read | Gets the alias. |
Methods
| Signature | Description |
|---|---|
SemanticAttribute(semantic: VertexFieldSemantic) | Creates a new attribute with the specified vertex field semantic |
SemanticAttribute(semantic: VertexFieldSemantic, alias: string) |