Package com.aspose.threed
Class VertexElementUserData
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementUserData
-
- All Implemented Interfaces:
IIndexedVertexElement
public class VertexElementUserData extends VertexElement
Defines custom user data for specified components. Usually it's application-specific data for special purpose.
-
-
Constructor Summary
Constructors Constructor Description VertexElementUserData()
Initializes a new instance of theVertexElementUserData
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clears all the data from this vertex element.VertexElement
clone(boolean withDirect, boolean withIndice)
java.lang.Object
getData()
The user data attached in this elementvoid
setData(java.lang.Object value)
The user data attached in this element-
Methods inherited from class com.aspose.threed.VertexElement
clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString
-
-
-
-
Constructor Detail
-
VertexElementUserData
public VertexElementUserData()
Initializes a new instance of theVertexElementUserData
class.
-
-
Method Detail
-
getData
public java.lang.Object getData()
The user data attached in this element
-
setData
public void setData(java.lang.Object value)
The user data attached in this element- Parameters:
value
- New value
-
clear
public void clear()
Clears all the data from this vertex element.- Specified by:
clear
in classVertexElement
-
clone
public VertexElement clone(boolean withDirect, boolean withIndice)
-
-