MotionCmdPath

Overview

MotionCmdPath is a class in Aspose.Slides FOSS for Python. Inherits from: IMotionCmdPath.

Represent one command of a path.

This class provides 4 methods for working with MotionCmdPath objects in Python programs. Available methods include: command_type, is_relative, points, points_type. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: command_type, is_relative, points, points_type.

Properties

NameTypeAccessDescription
pointslist[Any]Read/WriteGets or sets the points.
command_typeMotionCommandPathTypeRead/WriteGets or sets the command type.
is_relativeboolRead/WriteGets or sets the is relative.
points_typeMotionPathPointsTypeRead/WriteGets or sets the points type.

Methods

SignatureDescription
points()list[Any]Specifies points of command.
command_type()MotionCommandPathTypeSpecifies command type.
is_relative()boolDetermine command coordinates relative or not.
points_type()MotionPathPointsTypeSpecifies command points type Read/write .

See Also