VertexElementSmoothingGroup
General
VertexElementSmoothingGroup is a class in Aspose.3d for Python.
Inherits from: VertexElementIntsTemplate.
VertexElementSmoothingGroup és una classe en Aspose.3d per a Python. Hereta de: ゚VertexElementIntsTemplate⌒ .
Mètodes
| Name | Type | Access | Description |
|---|---|---|---|
data | List[int] | Read | Gets the data. |
indices | List[int] | Read | Gets the indices. |
vertex_element_type | 'VertexElementType' | Read | Gets the vertex element type. |
name | str | Read/Write | Gets or sets the name. |
mapping_mode | 'MappingMode' | Read/Write | Gets or sets the mapping mode. |
reference_mode | 'ReferenceMode' | Read/Write | Gets or sets the reference mode. |
| Signature | Description |
|---|---|
__init__(name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_data(data: List[int]) | Sets the data value. |
set_indices(data: List[int]) | Sets the indices value. |
clear() | |
copy_to(target: 'VertexElementIntsTemplate') | |
__init__(name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') |