Table of Contents

Property ApplyDrawEdges

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

ApplyDrawEdges

If it is true all the edge lines of polyfaces will be shown using the active pen color of the vdpolyface object. If it is false the edge lines of polyfaces will not be drawn.

public bool ApplyDrawEdges { get; set; }

Property Value

bool

Examples

In the bellow example we disable the edge lines of the polyfaces.

vdcanvas.ApplyDrawEdges = false;

Remarks

Default value is true so the edge lines will be drawn.