Click or drag to resize
AB4D logo

HeightMapVisual3DWireframeDistance Property

Gets or sets a double that specifies the distance between wireframe and solid model. Default value is 0.001.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public double WireframeDistance { get; set; }

Property Value

Double
Remarks
This value is used to prevent Z-fighing when the wireframe and solid model are drawn on the same points in space. With moving wireframe slightly above the solid model the wireframe is correctly shown. This value must be set before the wireframe is created.
See Also