SemanticAttribute
SemanticAttribute
Overview
SemanticAttribute 是一个类在Aspose.3D FOSS for Typescript中.
SemanticAttribute.constructor creates a new SemanticAttribute using the specified VertexFieldSemantic.
这个类提供了1种方法,用于在TypeScript程序中使用SemanticAttribute对象. 有的方法包括: constructor. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: alias, semantic.
Description
SemanticAttribute 是Aspose.3D FOSS库中一个类,该类可用于 TypeScript 进行编程使用.
核心能力包括: vertexfieldsemantic; string; 创建一个新的语义属性,使用指定的顶点字段语意.这些操作使开发人员能够直接将语理属性的功能集成到 TypeScript 应用程序中.
课程还提供了 semantic 具有 (得到语义), alias 没有任何资格.
该类提供3个构造器过载,允许根据调用环境灵活的初始化.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
semantic | VertexFieldSemantic | Read | 得到了语义. |
alias | string | Read | 得到了伪名. |
Methods
| Signature | Description |
|---|---|
constructor(semantic: VertexFieldSemantic) | 使用指定的VertexFieldSemantic创建一个新的 SemanticAttribute |
constructor(semantic: VertexFieldSemantic, alias: string) | |
constructor() |