points_type property

points_type property

Specifies command points type Read/write MotionPathPointsType.

Definition:

@property
def points_type(self):
    ...

@points_type.setter
def points_type(self, value):
    ...

See Also