VertexDeclaration

VertexDeclaration

Overview

VertexDeclaration यह जावा के लिए Aspose.3D FOSS में एक कक्षा है।. वारिस से: Serializable, Iterable<VertexField>.

इस कक्षा में जावा प्रोग्रामों में VertexDeclaration वस्तुओं के साथ काम करने के लिए 11 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: VertexDeclaration, addField, clear, equals, get, getSize, hashCode, isSealed, iterator, size, toString. सभी सार्वजनिक सदस्य किसी भी जावा अनुप्रयोग के लिए उपलब्ध हैं Aspose.3D FOSS स्थापित करने के बाद जावे पैकेज।. संपत्ति : sealed, size.

Properties

NameTypeAccessDescription
sealedbooleanReadसील कर लेते हैं।.
sizeintReadआकार मिलता है।.

Methods

SignatureDescription
VertexDeclaration()इस उदाहरण पर VertexDeclaration कॉल करें।.
isSealed()booleanजब सच हो जाता है तो सील सेट किया जाता।.
size()intइस VertexDeclaration उदाहरण पर आकार कॉल करें।.
get(index: int)VertexFieldइस VertexDeclaration उदाहरण पर कॉल प्राप्त करें(index)।.
getSize()intआकार वापस कर दिया।.
clear()इस VertexDeclaration उदाहरण पर स्पष्ट रूप से कॉल करें।.
addField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String)VertexFieldइस VertexDeclaration उदाहरण पर addField(dataType, semantic, index, alias) को कॉल करें।.
iterator()java.util.Iterator<VertexField>इस VertexDeclaration उदाहरण पर iterator कॉल करें।.
hashCode()intइस VertexDeclaration उदाहरण पर हैशकोड कॉल करें।.
equals(obj: Object)booleanइस VertexDeclaration उदाहरण पर इक्वाइन्स(obj) कॉल करें।.
toString()Stringइस VertexDeclaration उदाहरण पर call toString।.

See Also

 हिन्दी