VertexElementHole

VertexElementHole

Overview

VertexElementHole is a class in Aspose.3D FOSS for Java. Inherits from: VertexElementTemplate<Boolean>.

This class provides 3 methods for working with VertexElementHole objects in Java programs. Available methods include: VertexElementHole, clear, getVertexElementType. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: vertexElementType.

Properties

NameTypeAccessDescription
vertexElementTypeVertexElementTypeReadGets the vertex element type.

Methods

SignatureDescription
VertexElementHole()Calls VertexElementHole on this VertexElementHole instance.
getVertexElementType()VertexElementTypeReturns the vertex element type.
clear()Calls clear on this VertexElementHole instance.

See Also