Class VertexElementVisibility
Contents
[
Hide
]VertexElementVisibility class
Defines if specified components is visible
public class VertexElementVisibility : VertexElementTemplate<bool>
Constructors
| Name | Description | 
|---|---|
| VertexElementVisibility() | Initializes a new instance of the VertexElementVisibilityclass. | 
Properties
| Name | Description | 
|---|---|
| Data { get; } | |
| Indices { get; } | Gets the indices data | 
| MappingMode { get; set; } | Gets or sets how the element is mapped. | 
| Name { get; set; } | Gets or sets the name. | 
| ReferenceMode { get; set; } | Gets or sets how the element is referenced. | 
| VertexElementType { get; } | Gets the type of the VertexElement | 
Methods
| Name | Description | 
|---|---|
| override Clear() | |
| CopyTo(VertexElementTemplate<bool>) | |
| SetData(bool[]) | |
| SetIndices(int[]) | Load indices | 
| override ToString() | String representation of vertex element. | 
See Also
- class VertexElementTemplate<T>
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D