CadSize constructor

init

Initializes a new instance of the CadSize class.

def __init__(self, width, height):
    ...
ParameterTypeDescription
widthfloatWidth of the value.
heightfloatHeight of the value.

See Also