VertexElementBinormal

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תיאור
typeVertexElementTypeקריאהמקבל את הסוג.
mappingModeMappingModeקריאהמקבל את מצב המיפוי.
referenceModeReferenceModeקריאהמקבל את מצב ההתייחסות.
indicesList<Integer>קריאהמקבל את האינדקסים.
dataList<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 זה.

ראה גם

 עברית