CADability dotNET
This method will be called from a background thread when a higher precision displaylist is needed. The object should do all the necessary calculation to produce a display list with the required precision. The display list will later be acquired by a call to PaintTo3DList (or PaintTo3D) from the main thred because the display dirvers are not multithread enabled.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void PrepareDisplayList(
	double precision
)
Visual Basic
Sub PrepareDisplayList ( _
	precision As Double _
)
Visual C++
void PrepareDisplayList(
	double precision
)

Parameters

precision
Type: System..::..Double
The required precision

See Also