SemanticAttribute
Overview
SemanticAttribute is a class in Aspose.3D FOSS for TypeScript.
SemanticAttribute.constructor creates a new SemanticAttribute using the specified VertexFieldSemantic.
This class declares 3 methods for SemanticAttribute objects in TypeScript programs.
Available methods include: constructor.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: alias, semantic.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
semantic | VertexFieldSemantic | Read | Gets the semantic. |
alias | string | Read | Gets the alias. |
Methods
| Signature | Description |
|---|---|
constructor(semantic: VertexFieldSemantic) | Creates a new SemanticAttribute using the specified VertexFieldSemantic |
constructor(semantic: VertexFieldSemantic, alias: string) | Calls constructor(semantic, alias) on this SemanticAttribute instance. |
constructor() |