VertexElementWeight

VertexElementWeight

Overview

VertexElementWeight 是一个类在Aspose.3D FOSS的.NET中. 继承人: VertexElementDoublesTemplate.

定义特定成分的混合物重量.

本类提供了在NET程序中与VertexElementWeight对象工作的7种方法. 有的方法包括: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementDoublesTemplate, VertexElementWeight. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.

Properties

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

Methods

SignatureDescription
VertexElementWeight()
VertexElementWeight(mappingMode: MappingMode, referenceMode: ReferenceMode)
VertexElementDoublesTemplate()
CopyTo(target: VertexElementDoublesTemplate)将数据复制到指定元素中
SetData(data: double[])设置数据
Clear()从直接和索引数组中删除所有元素.
SetIndices(data: int[])设置索引数据
ToString()顶点元素的字符串表示.

See Also

 中文