VertexElement Class
Base class of vertex elements. A vertex element type is identified by VertexElementType. A VertexElement describes how the vertex element is mapped to a geometry surface and how the mapping information is arranged in memory. A VertexElement contains Normals, UVs or other kind of information.
Inheritance Hierarchy

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

The VertexElement type exposes the following members.

Properties
  NameDescription
Public propertyMappingMode
Gets or sets how the element is mapped.
Public propertyName
Gets or sets the name.
Public propertyReferenceMode
Gets or sets how the element is referenced.
Public propertyVertexElementType
Gets the type of the VertexElement
Methods
  NameDescription
Public methodClear
Clears all the data from this vertex 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 methodToString
String representation of vertex element.
(Overrides ObjectToString.)
See Also