CADability dotNET
Faces are painted with a small offset to the backgroung, wheras curves are painted with a small offset to the front. This ensures proper visibility of edges that lie on faces.

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

Syntax

C#
void PaintFaces(
	PaintTo3D..::..PaintMode paintMode
)
Visual Basic
Sub PaintFaces ( _
	paintMode As PaintTo3D..::..PaintMode _
)
Visual C++
void PaintFaces(
	PaintTo3D..::..PaintMode paintMode
)

Parameters

paintMode
Type: CADability..::..PaintTo3D..::..PaintMode
Paint faces, curves or both (PaintTo3D..::..PaintMode)

See Also