Dxf2DPointAttribute constructor
init
Initializes a new instance of the Dxf2DPointAttribute
class.
def __init__(self, x, y, parameter_type, sub_class_name):
...
Parameter | Type | Description |
---|---|---|
x | CadEntityAttribute | X attribute. |
y | CadEntityAttribute | Y attribute. |
parameter_type | aspose.cad.fileformats.cad.cadconsts.CadParameterType | Parameter type. |
sub_class_name | str | Subclass name. |
See Also
- module
aspose.cad.fileformats.cad
- class
Dxf2DPointAttribute