|
HeightMapVisual3DWireframeDistance Property |
Gets or sets a double that specifies the distance between wireframe and solid model. Default value is 0.001.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double WireframeDistance { get; set; }
Property Value
DoubleRemarks
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