VertexElement
Overview
VertexElement 是一个类在Aspose.3D FOSS的.NET中.
顶点元素的基础类 A 的顶部元素类型由 VertexElementType 来识别.A 的 VertexElement描述了顶层元素如何映射到几何表面,以及绘制信息在内存中是如何排列的.一个VertexElement包含正常值,UV或其他类别的信息.
这个类提供了在NET程序中与VertexElement对象工作的3种方法. 有的方法包括: Clear, SetIndices, ToString. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Indices, MappingMode, Name, ReferenceMode, VertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
VertexElementType | VertexElementType | Read | 得到了顶点元素类型. |
Name | string | 阅读/写作 | 得到或设置名字. |
MappingMode | MappingMode | 阅读/写作 | 获取或设置映射模式. |
ReferenceMode | ReferenceMode | 阅读/写作 | 获取或设置参考模式. |
Indices | IArrayList<int> | Read | 得到了指标. |
Methods
| Signature | Description |
|---|---|
SetIndices(data: int[]) | 设置索引数据 |
Clear() | 清除了这个顶点元素的所有数据. |
ToString() | 顶点元素的字符串表示. |