MotionCmdPath
Overview
MotionCmdPath adalah kelas di Aspose.Slides FOSS untuk Python. Warisan dari: IMotionCmdPath.
Menampilkan satu perintah dari jalur.
Kelas ini menyediakan 4 metode untuk bekerja dengan MotionCmdPath objek dalam program Python. Metode yang tersedia meliputi: command_type, is_relative, points, points_type. Semua anggota publik dapat diakses oleh aplikasi Python apa pun setelah menginstal paket FOSS for Python. Sifatnya: command_type, is_relative, points, points_type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
points | list[Any] | Membaca/menulis | Mendapatkan atau menetapkan poin. |
command_type | MotionCommandPathType | Membaca/menulis | Mengambil atau menetapkan tipe perintah. |
is_relative | bool | Membaca/menulis | Mendapatkan atau menetapkan relatif. |
points_type | MotionPathPointsType | Membaca/menulis | Mendapatkan atau menetapkan jenis poin. |
Methods
| Signature | Description |
|---|---|
points() → list[Any] | Menentukan titik komando. |
command_type() → MotionCommandPathType | Menentukan tipe perintah. |
is_relative() → bool | Menentukan koordinat perintah relatif atau tidak. |
points_type() → MotionPathPointsType | Menentukan titik perintah jenis Baca / tulis . |