VertexElementBinormal
סקירה
VertexElementBinormal היא מחלקה ב-Aspose.3D FOSS עבור Java. יורש מ: VertexElement.
VertexElementBinormal.VertexElementBinormal יוצר רכיב קודקוד בינורמלי עם מיפוי ומצבי רפרנס מוגדרים.
מחלקה זו מספקת 9 שיטות לעבודה עם אובייקטים של VertexElementBinormal בתוכניות Java. השיטות הזמינות כוללות: VertexElementBinormal, clone, getData, getIndices, getMappingMode, getReferenceMode, getType, setData, setIndices. כל החברים הציבוריים נגישים לכל יישום Java לאחר התקנת חבילת Aspose.3D FOSS עבור Java. מאפיינים: data, indices, mappingMode, referenceMode, type.
מאפיינים
| שם | סוג | Access | תיאור |
|---|---|---|---|
type | VertexElementType | קריאה | מקבל את הסוג. |
mappingMode | MappingMode | קריאה | מקבל את מצב המיפוי. |
referenceMode | ReferenceMode | קריאה | מקבל את מצב ההתייחסות. |
indices | List<Integer> | קריאה | מקבל את האינדקסים. |
data | List<Object> | קריאה | מקבל את הנתונים. |
שיטות
| Signature | תיאור |
|---|---|
VertexElementBinormal(mappingMode: MappingMode, referenceMode: ReferenceMode) | יוצר אלמנט קודקוד בינורמל עם מיפוי ומצבי ייחוס שצוינו |
getType() → VertexElementType | מחזיר את הסוג. |
getMappingMode() → MappingMode | מחזיר את מצב המיפוי. |
getReferenceMode() → ReferenceMode | מחזיר את מצב ההפניה. |
getIndices() → List<Integer> | מחזיר את האינדקסים. |
getData() → List<Object> | מחזיר את הנתונים. |
setData(data: List<Object>) | מגדיר את ערך הנתונים. |
setIndices(indices: List<Integer>) | מגדיר את ערך האינדקסים. |
clone() → VertexElement | קורא clone על מופע VertexElementBinormal זה. |