Dxf3DPointAttribute constructor

init

Initializes a new instance of the Dxf3DPointAttribute class.

def __init__(self, z, parameter_type, sub_class_name):
    ...
ParameterTypeDescription
zCadEntityAttributeZ attribute.
parameter_typeaspose.cad.fileformats.cad.cadconsts.CadParameterTypeParameter type.
sub_class_namestrSubclass name.

init

Initializes a new instance of the Dxf3DPointAttribute class.

def __init__(self, x, y, z, parameter_type, sub_class_name):
    ...
ParameterTypeDescription
xCadEntityAttributeX attribute.
yCadEntityAttributeY attribute.
zCadEntityAttributeZ attribute.
parameter_typeaspose.cad.fileformats.cad.cadconsts.CadParameterTypeParameter type.
sub_class_namestrSubclass name.

See Also