Point¶
Note
This object is not a subclass of BaseObject
and therefore it does not produce notifications or have any parent attributes. This may change in the future.
Tasks¶
Position¶
Type¶
Move¶
Point¶
- class defcon.Point(coordinates, segmentType=None, smooth=False, name=None, identifier=None)¶
This object represents a single point.
- property identifier¶
The identifier.
- move(values)¶
Move the component by (x, y).
- property name¶
An arbitrary name for the point.
- property segmentType¶
The segment type. The positibilies are move, line, curve, qcurve and None (indicating that this is an off-curve point).
- property smooth¶
A boolean indicating the smooth state of the point.
- property x¶
The x coordinate.
- property y¶
The y coordinate.