Click or drag to resize

ImportedMeshVisualMeshAccuracy Property

The accuracy with which to draw the mesh. When set to 1.0 the full mesh is rendered. Lower will attempt to reduce the face and vertex count to reduce the burden on the graphics card.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public double MeshAccuracy { get; set; }

Property Value

Type: Double
See Also