vertex3 property

vertex3 property

Gets or sets the coordinates of the third vertex.

Definition:

@property
def vertex3(self):
    ...
@vertex3.setter
def vertex3(self, value):
    ...

See Also