MindFusion.Wpf Pack Programmer's Guide
Mesh Members
Constructors Fields Properties Methods
 


Generates a mesh in 3D charts.

The following tables list the members exposed by the Mesh type.

 Public Constructors

  Name Description

Mesh

 

 Protected Fields

  Name Description

m_bounds

Bounds

m_facets

The facets.

m_points

A list ov vertices that build the mesh points.

m_recursion

Recursion limit.

 Public Properties

  Name Description

Bounds

Bounds.

Facets

The facets.

Points

The points.

Recursion

Recursion level.

 Public Methods

  Name Description

Append

Appends the specified point.

Compute

Performs computations needed for rendering a 3D chart.

GetVertexIndicies

Get the indexes for the triangular mesh. Points is the points. Every 3 indicies is a triangle.

Setup

Performs initial setup for a 3D chart.

 Protected Methods

  Name Description

flipIfNeeded

Flip if needed.

Insert

Insert.

 See Also

Mesh Class
MindFusion.Charting.Wpf Namespace