VertexElementVector4 Class
A helper class for defining concrete VertexElement implementations.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.EntitiesVertexElement
    Aspose.ThreeD.EntitiesVertexElementVector4
      More...

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract class VertexElementVector4 : VertexElement, 
	IIndicedVertexElement

The VertexElementVector4 type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the vertex data
Public propertyIndices
Gets the indice data
Public propertyMappingMode
Gets or sets how the element is mapped.
(Inherited from VertexElement.)
Public propertyName
Gets or sets the name.
(Inherited from VertexElement.)
Public propertyReferenceMode
Gets or sets how the element is referenced.
(Inherited from VertexElement.)
Public propertyVertexElementType
Gets the type of the VertexElement
(Inherited from VertexElement.)
Methods
  NameDescription
Public methodClear
Removes all elements from the direct and the index arrays.
(Overrides VertexElementClear.)
Public methodCopyTo
Copys data to specified element
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetData
Load data
Public methodSetIndices
Load indices
Public methodToString
String representation of vertex element.
(Inherited from VertexElement.)
See Also
Inheritance Hierarchy