enable_performance_conversion_mode property

enable_performance_conversion_mode property

Setting this flag to true enables a special performance-oriented conversion mode for all formats within CAD family — in this mode the conversion speed is much faster, but the quality of the resultant documents is signifiantly worser. By default is disabled (false) — the quality of the resultant documents is the best possible at the expense of performance.

Definition:

@property
def enable_performance_conversion_mode(self):
    ...
@enable_performance_conversion_mode.setter
def enable_performance_conversion_mode(self, value):
    ...

See Also