for_rendering_by_width method

for_rendering_by_width

Initializes an instance of the CadOptions class for rendering by width.

Returns

New instance of the CadOptions class for rendering by width.

def for_rendering_by_width(self, width):
    ...
Parameter Type Description
width int The width of the output result (in pixels).

Exceptions

Exception Description
ArgumentException Thrown when width is less or equal to zero.

See Also