Package com.aspose.threed
Class VertexElementVisibility
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementTemplate<java.lang.Boolean>
-
- com.aspose.threed.VertexElementVisibility
-
- All Implemented Interfaces:
IIndexedVertexElement
public class VertexElementVisibility extends VertexElementTemplate<java.lang.Boolean>
Defines if specified components is visible
-
-
Constructor Summary
Constructors Constructor Description VertexElementVisibility()
Initializes a new instance of theVertexElementVisibility
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexElement
clone(boolean withDirect, boolean withIndice)
-
Methods inherited from class com.aspose.threed.VertexElementTemplate
clear, copyTo, getData, setData
-
Methods inherited from class com.aspose.threed.VertexElement
clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString
-
-
-
-
Constructor Detail
-
VertexElementVisibility
public VertexElementVisibility()
Initializes a new instance of theVertexElementVisibility
class.
-
-
Method Detail
-
clone
public VertexElement clone(boolean withDirect, boolean withIndice)
-
-