ForRenderingByScaleFactor

CadOptions.ForRenderingByScaleFactor method

Initializes new instance of CadOptions class for rendering by scale factor.

public static CadOptions ForRenderingByScaleFactor(float scaleFactor)
Parameter Type Description
scaleFactor Single Values higher than 1 will enlarge output result; values between 0 and 1 will make output result smaller.

Return Value

New instance of CadOptions class for rendering by scale factor.

See Also