Static Public Attributes | |
| typing | element_type_byte_size = 4 |
Aliases: CNCMachineSettings.RotationAxesOrder, CNCMachineSettings.RotationAxesOrder
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__init__ | ( | self | ) |
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__init__ | ( | self, | |
| typing.Iterable | arg0 ) |
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__init__ | ( | self, | |
| std_vector_CNCMachineSettings_RotationAxisName | arg0 ) |
| bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__bool__ | ( | self | ) |
Check whether the list is nonempty
| bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__contains__ | ( | self, | |
| CNCMachineSettings.RotationAxisName | x ) |
Return true the container contains ``x``
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__delitem__ | ( | self, | |
| int | arg0 ) |
Delete the list elements at index ``i``
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__delitem__ | ( | self, | |
| slice | arg0 ) |
Delete list elements using a slice object
| bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__eq__ | ( | self, | |
| std_vector_CNCMachineSettings_RotationAxisName | arg0 ) |
| CNCMachineSettings.RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__getitem__ | ( | self, | |
| int | arg0 ) |
| std_vector_CNCMachineSettings_RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__getitem__ | ( | self, | |
| slice | s ) |
Retrieve list elements using a slice object
| typing.Iterator[CNCMachineSettings.RotationAxisName] mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__iter__ | ( | self | ) |
| int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__len__ | ( | self | ) |
| bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__ne__ | ( | self, | |
| std_vector_CNCMachineSettings_RotationAxisName | arg0 ) |
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__setitem__ | ( | self, | |
| int | arg0, | ||
| CNCMachineSettings.RotationAxisName | arg1 ) |
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__setitem__ | ( | self, | |
| slice | arg0, | ||
| std_vector_CNCMachineSettings_RotationAxisName | arg1 ) |
Assign list elements using a slice object
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.append | ( | self, | |
| CNCMachineSettings.RotationAxisName | x ) |
Add an item to the end of the list
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.clear | ( | self | ) |
Clear the contents
| int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.count | ( | self, | |
| CNCMachineSettings.RotationAxisName | x ) |
Return the number of times ``x`` appears in the list
| int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.data_pointer | ( | self | ) |
Returns the pointer to the contiguous vector contents, as an integer.
| bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.empty | ( | self | ) |
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.extend | ( | self, | |
| std_vector_CNCMachineSettings_RotationAxisName | L ) |
Extend the list by appending all the items in the given list
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.extend | ( | self, | |
| typing.Iterable | L ) |
Extend the list by appending all the items in the given list
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.insert | ( | self, | |
| int | i, | ||
| CNCMachineSettings.RotationAxisName | x ) |
Insert an item at a given position.
| CNCMachineSettings.RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.pop | ( | self | ) |
Remove and return the last item
| CNCMachineSettings.RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.pop | ( | self, | |
| int | i ) |
Remove and return the item at index ``i``
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.remove | ( | self, | |
| CNCMachineSettings.RotationAxisName | x ) |
Remove the first item from the list whose value is x. It is an error if there is no such item.
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.resize | ( | self, | |
| int | arg0 ) |
| None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.resize | ( | self, | |
| int | arg0, | ||
| CNCMachineSettings.RotationAxisName | arg1 ) |
| int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.size | ( | self | ) |
|
static |