VertexElement

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

NameTypeAccessDescription
VertexElementTypeVertexElementTypeRead得到了顶点元素类型.
Namestring阅读/写作得到或设置名字.
MappingModeMappingMode阅读/写作获取或设置映射模式.
ReferenceModeReferenceMode阅读/写作获取或设置参考模式.
IndicesIArrayList<int>Read得到了指标.

Methods

SignatureDescription
SetIndices(data: int[])设置索引数据
Clear()清除了这个顶点元素的所有数据.
ToString()顶点元素的字符串表示.

See Also

 中文