CadSize constructor
init
Initializes a new instance of the CadSize
class.
def __init__(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | float | Width of the value. |
height | float | Height of the value. |
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadSize