VertexElementSmoothingGroup
개요
VertexElementSmoothingGroup 파이썬의 Aspose.3D FOSS에서 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: VertexElementIntsTemplate.
이 클래스는 파이썬 프로그램에서 VertexElementSmoothingGroup 객체와 작업하는 5가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: __init__, clear, copy_to, set_data, set_indices. 모든 퍼블릭 멤버들은 파이썬 패키지 Aspose.3D FOSS를 설치한 후, 어떤 파이톤 애플리케이션에도 접근할 수 있습니다. 성질: data, indices, mapping_mode, name, reference_mode, vertex_element_type.
속성
| 이름 | 유형 | Access | 설명 |
|---|---|---|---|
data | List[int] | 읽으세요. | 데이터를 가져옵니다. |
indices | List[int] | 읽으세요. | 인덱스를 가져옵니다. |
vertex_element_type | 'VertexElementType' | 읽으세요. | 정점 요소 유형을 가져옵니다. |
name | str | 읽기/쓰기 | 이름을 가져오거나 설정합니다. |
mapping_mode | 'MappingMode' | 읽기/쓰기 | 매핑 모드를 가져오거나 설정합니다. |
reference_mode | 'ReferenceMode' | 읽기/쓰기 | 참조 모드를 가져오거나 설정합니다. |
메서드
| Signature | 설명 |
|---|---|
__init__(name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_data(data: List[int]) | 데이터 값을 설정합니다. |
set_indices(data: List[int]) | 인덱스 값을 설정합니다. |
clear() | |
copy_to(target: 'VertexElementIntsTemplate') |