Click or drag to resize
NChartModel Class
The NChartModel provides the container for the 3D model that can be loaded from file and then be displayed as a marker (see NChartMarker for details). PLY (http://en.wikipedia.org/wiki/PLY_(file_format)) with triangles and geometry of 3DS (http://en.wikipedia.org/wiki/.3ds) are supported.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartModel

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartModel

The NChartModel type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyTrianglesCount
Number of triangles in the model.
Public propertyVertexCount
Number of vertices in the model.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also