C# Class Axiom.Graphics.EdgeData.EdgeGroup

A group of edges sharing the same vertex data.
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
edges EdgeList
vertexData VertexData
vertexSet int

Property Details

edges public property

The edges themselves.
public EdgeList edges
return EdgeList

vertexData public property

Reference to vertex data used by this edge group.
public VertexData,Axiom.Graphics vertexData
return VertexData

vertexSet public property

The vertex set index that contains the vertices for this edge group.
public int vertexSet
return int