VertexElementIntsTemplate

VertexElementIntsTemplate

סיכום כללי

VertexElementIntsTemplate הוא כיתה ב Aspose.3D FOSS עבור פייטון. ירושה מ: VertexElement.

VertexElementIntsTemplate.set_data מחליף את רשימת הנתונים הפנימית של מספרים שלמים ברשימה המוצעת.

כיתה זו מספקת 5 שיטות לעבודה עם אובייקטים VertexElementIntsTemplate בתוכניות Python. שיטות זמינות כוללות: __init__, clear, copy_to, set_data, set_indices. כל חברי הציבור נגישים לכל יישום Python לאחר התקנת חבילה Aspose.3D FOSS for Python. תכונות: data, indices, mapping_mode, name, reference_mode, vertex_element_type.

תכונות

שם:סוג:Accessתיאור
dataList[int]קרא.מקבל את הנתונים.
indicesList[int]קרא.מקבל את האינדקסים.
vertex_element_type'VertexElementType'קרא.מקבל את סוג רכיב הקודקוד.
namestrקריאה/כתיבהמקבל או מגדיר את השם.
mapping_mode'MappingMode'קריאה/כתיבהמקבל או מגדיר את מצב המיפוי.
reference_mode'ReferenceMode'קריאה/כתיבהמקבל או מגדיר את מצב ההתייחסות.

שיטות

Signatureתיאור
__init__(element_type: 'VertexElementType', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode')
set_data(data: List[int])מגדיר את ערך הנתונים.
set_indices(data: List[int])מגדיר את ערך האינדקסים.
clear()ריקים גם אוספי נתונים וגם אינדקסים.
copy_to(target: 'VertexElementIntsTemplate')

ראה גם:

 עברית