|  | MeshNodeMesh Property | 
            Gets or sets the mesh.
            
 
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic Mesh Mesh { get; set; }Public Property Mesh As Mesh
	Get
	Set
public:
property Mesh^ Mesh {
	Mesh^ get ();
	void set (Mesh^ value);
}member Mesh : Mesh with get, set
Property Value
Type: 
MeshThe mesh.
 Exceptions
Exceptions See Also
See Also