Click or drag to resize

DwgReduction Enumeration

Enumeration used by OnBegin... methods in GeometryHandler to determine if a non-primitive shape should be reduced further

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum DwgReduction
Members
  Member nameDescription
Reduce Indicated that a shape should be reduced
DontReduce Indicates that a shape should not be reduced
See Also