GeometryCreateElement Method (VertexElementType)
Creates a vertex element with specified type and add it to the geometry.

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public VertexElement CreateElement(
	VertexElementType type
)

Parameters

type
Type: Aspose.ThreeD.EntitiesVertexElementType
Vertex element type

Return Value

Type: VertexElement
Created element.
Remarks
If type is UV, a VertexElementUV with texture mapping type to Diffuse will be created.
See Also