VertexElement
Overview
VertexElement 是Python的Aspose.3D FOSS中的一个类.
VertexElement.set_indices sets the element’s index list to the provided integer list.
这个类提供了在Python程序中使用VertexElement 对象的3种方法. 有的方法包括: __init__, clear, set_indices. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: indices, mapping_mode, name, reference_mode, vertex_element_type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
vertex_element_type | 'VertexElementType' | Read | 得到了顶点元素类型. |
name | str | 阅读/写作 | 得到或设置名字. |
mapping_mode | 'MappingMode' | 阅读/写作 | 获取或设置映射模式. |
reference_mode | 'ReferenceMode' | 阅读/写作 | 获取或设置参考模式. |
indices | List[int] | Read | 得到了指标. |
Methods
| Signature | Description |
|---|---|
__init__(element_type: 'VertexElementType', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_indices(data: List[int]) | 在FOSS版本中未实现. 在运行时投放. 设置索引值. |
clear() | 在FOSS版本中未实现. 在运行时投放. 从元素中删除所有数据,将其重新设置为默认状态. |