Uses of Class
com.aspose.threed.VertexElementType
-
-
Uses of VertexElementType in com.aspose.threed
Methods in com.aspose.threed that return VertexElementType Modifier and Type Method Description VertexElementType
VertexElement. getVertexElementType()
Gets the type of theVertexElement
static VertexElementType
VertexElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VertexElementType[]
VertexElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type VertexElementType Modifier and Type Method Description VertexElement
Geometry. createElement(VertexElementType type)
Creates a vertex element with specified type and add it to the geometry.VertexElement
Geometry. createElement(VertexElementType type, MappingMode mappingMode, ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.VertexElement
Geometry. getElement(VertexElementType type)
Gets a vertex element with specified type
-