for_rendering_by_height method

for_rendering_by_height

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

Returns

New instance of the CadOptions class for rendering by height.

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

Exceptions

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

See Also