for_rendering_by_scale_factor method
for_rendering_by_scale_factor
Initializes an instance of the CadOptions class for rendering by scale factor.
Returns
New instance of the CadOptions class for rendering by scale factor.
def for_rendering_by_scale_factor(self, scale_factor):
...
| Parameter | Type | Description |
|---|---|---|
| scale_factor | float | Value higher than 1 enlarges output result; value between 0 and 1 reduces output result. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | Thrown when scale_factor is less or equal to zero. |
See Also
- module
groupdocs.viewer.options - class
CadOptions