Prod.: Engine, ver.: 6020, ID: 60001470, Bug : Dwg file does not open

Bug : Dwg file does not open

Article60001470
TypeBug
ProductEngine
Version6020
Date Added8/16/2011
FixedYes [8/16/2011]
Submitted byBen Van
Keywords

Subject

Dwg file does not open

Summary

Dwg file does not open

Solution


The drawing contains vdPolyHatch objects which have large number of PolyCurves (more than 200) .

This uses big amount of memory and complex calculations to produce the cliping hatched regions.

In version 6021 a new global variable is added VectorDraw.DrawElements.grHatch.TotalClipCountours

Represents the maximun number of PolyCurves of a vdPolyHatch that can use the cliping region calculation to produce the filled sub-curves.

Default value is 32.

If the number of PolyCurves is bigger than this value then the vdPolyHatch object uses vdRender.HatchingMethod.Linear method to draw the hatch.