Class VertexElementPolygonGroup

VertexElementPolygonGroup class

Defines polygon group for specified components to group related polygons together.

public class VertexElementPolygonGroup : VertexElementIntsTemplate

Constructors

NameDescription
VertexElementPolygonGroup()Initializes a new instance of the VertexElementPolygonGroup class.

Properties

NameDescription
Data { get; }Gets the vertex data(Inherited from VertexElementIntsTemplate.)
Indices { get; }Gets the indices data(Inherited from VertexElement.)
MappingMode { get; set; }Gets or sets how the element is mapped.(Inherited from VertexElement.)
Name { get; set; }Gets or sets the name.(Inherited from VertexElement.)
ReferenceMode { get; set; }Gets or sets how the element is referenced.(Inherited from VertexElement.)
VertexElementType { get; }Gets the type of the VertexElement(Inherited from VertexElement.)

Methods

NameDescription
override Clear()Removes all elements from the direct and the index arrays.(Inherited from VertexElementIntsTemplate.)
CopyTo(VertexElementIntsTemplate)Copies data to specified element(Inherited from VertexElementIntsTemplate.)
SetData(int[])Load data(Inherited from VertexElementIntsTemplate.)
SetIndices(int[])Load indices(Inherited from VertexElement.)
override ToString()String representation of vertex element.(Inherited from VertexElement.)

See Also