Article | 70001339 |
Type | Wish |
Product | Engine |
Version | 7014 |
Date Added | 5/30/2018 12:00:00 AM |
Fixed | 7.7015.0.6 (5/31/2018 12:00:00 AM) |
Submitted by | Michael Kruse |
Summary
Minimum line width to applied to all lines
Solution
EdgePenWidth is applied when render mode is Hide, ShadeOn and RenderOn and when drawing edges of vdPolyfaces vd3DFaces or vdCurves (lines, polylines, etc) with thickness. EdgePenWidth is not applied to vdCurves without thickness.
EdgePenWidth also applied to boundaries of hatched filled entities or hatch pattern lines
In order to apply width in all render modes over all other entities with penwidth, lineweight set to 0 then the MinPenWidth of document.GlobalRenderProperties is used.
The MinPenWidth (see article 70001322) was modified in 7.7015.0.6 as follow:
If MinPenWidth value is positive then it is applied only when PrintOut.
If MinPenWidth value is negative then it is applied also on screen rendering.
The number (absolute value) is in inches of output device.
Default value is 0.006 inches.