VertexElementVisibility
Overview
VertexElementVisibility is a class in Aspose.3D FOSS for Java.
Inherits from: VertexElementTemplate<Boolean>.
VertexElementVisibility.clear() removes any stored visibility flags, resetting the element to its default state.
This class provides 3 methods for working with VertexElementVisibility objects in Java programs.
Available methods include: VertexElementVisibility, clear, getVertexElementType.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: vertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
vertexElementType | VertexElementType | Read | Gets the vertex element type. |
Methods
| Signature | Description |
|---|---|
VertexElementVisibility() | Calls VertexElementVisibility on this VertexElementVisibility instance. |
getVertexElementType() → VertexElementType | Returns the vertex element type. |
clear() | Removes any stored visibility flags, resetting the element to its default state |