SemanticAttribute
Overview
SemanticAttribute is a class in Aspose.3D FOSS for Typescript.
SemanticAttribute.constructor creates a new SemanticAttribute using the specified VertexFieldSemantic.
This class provides 1 method for working with SemanticAttribute objects in Typescript programs.
Available methods include: constructor.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: alias, semantic.
Description
SemanticAttribute is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 2 properties for programmatic use.
Core capabilities include: vertexfieldsemantic; string; creates a new semanticattribute using the specified vertexfieldsemantic. These operations enable developers to integrate semanticattribute functionality directly into TypeScript applications.
The class also provides the semantic property (gets the semantic), the alias property (gets the alias).
The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.
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) | |
constructor() |