VertexElementBinormal

VertexElementBinormal

概述

VertexElementBinormal 是Python的Aspose.3D FOSS中的一个类. 继承人: VertexElementFVector.

这个类提供了在Python程序中与VertexElementBinormal对象工作的5种方法. 有的方法包括: __init__, clear, copy_to, set_data, set_indices. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: data, indices, mapping_mode, name, reference_mode, vertex_element_type.

属性

名称:类型Access描述情况
dataList['FVector4']阅读获取数据。.
indicesList[int]阅读获取索引。.
vertex_element_type'VertexElementType'阅读获取顶点元素类型。.
namestr阅读/写作获取或设置名称。.
mapping_mode'MappingMode'阅读/写作获取或设置映射模式。.
reference_mode'ReferenceMode'阅读/写作获取或设置引用模式。.

方法

Signature描述情况
__init__(name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode')
set_data(data)设置数据值。.
set_indices(data: List[int])设置 indices 的值。.
clear()
copy_to(target: 'VertexElementFVector')

查看更多

 中文