MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName Class Reference

Public Member Functions

bool __bool__ (self)
 
bool __contains__ (self, CNCMachineSettings.RotationAxisName x)
 
None __delitem__ (self, int arg0)
 
None __delitem__ (self, slice arg0)
 
bool __eq__ (self, std_vector_CNCMachineSettings_RotationAxisName arg0)
 
std_vector_CNCMachineSettings_RotationAxisName __getitem__ (self, slice s)
 
CNCMachineSettings.RotationAxisName __getitem__ (self, int arg0)
 
None __init__ (self)
 
None __init__ (self, typing.Iterable arg0)
 
None __init__ (self, std_vector_CNCMachineSettings_RotationAxisName arg0)
 
typing.Iterator[CNCMachineSettings.RotationAxisName__iter__ (self)
 
int __len__ (self)
 
bool __ne__ (self, std_vector_CNCMachineSettings_RotationAxisName arg0)
 
None __setitem__ (self, int arg0, CNCMachineSettings.RotationAxisName arg1)
 
None __setitem__ (self, slice arg0, std_vector_CNCMachineSettings_RotationAxisName arg1)
 
None append (self, CNCMachineSettings.RotationAxisName x)
 
None clear (self)
 
int count (self, CNCMachineSettings.RotationAxisName x)
 
bool empty (self)
 
None extend (self, std_vector_CNCMachineSettings_RotationAxisName L)
 
None extend (self, typing.Iterable L)
 
None insert (self, int i, CNCMachineSettings.RotationAxisName x)
 
CNCMachineSettings.RotationAxisName pop (self)
 
CNCMachineSettings.RotationAxisName pop (self, int i)
 
None remove (self, CNCMachineSettings.RotationAxisName x)
 
None resize (self, int arg0)
 
None resize (self, int arg0, CNCMachineSettings.RotationAxisName arg1)
 
int size (self)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Aliases:  CNCMachineSettings.RotationAxesOrder, CNCMachineSettings.RotationAxesOrder

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__init__ ( self)

◆ __init__() [2/3]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__init__ ( self,
typing.Iterable arg0 )

◆ __init__() [3/3]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__init__ ( self,
std_vector_CNCMachineSettings_RotationAxisName arg0 )

Member Function Documentation

◆ __bool__()

bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__bool__ ( self)
Check whether the list is nonempty

◆ __contains__()

bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__contains__ ( self,
CNCMachineSettings.RotationAxisName x )
Return true the container contains ``x``

◆ __delitem__() [1/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__delitem__ ( self,
int arg0 )
Delete the list elements at index ``i``

◆ __delitem__() [2/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__delitem__ ( self,
slice arg0 )
Delete list elements using a slice object

◆ __eq__()

bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__eq__ ( self,
std_vector_CNCMachineSettings_RotationAxisName arg0 )

◆ __getitem__() [1/2]

CNCMachineSettings.RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__getitem__ ( self,
int arg0 )

◆ __getitem__() [2/2]

std_vector_CNCMachineSettings_RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__getitem__ ( self,
slice s )
Retrieve list elements using a slice object

◆ __iter__()

typing.Iterator[CNCMachineSettings.RotationAxisName] mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__iter__ ( self)

◆ __len__()

int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__len__ ( self)

◆ __ne__()

bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__ne__ ( self,
std_vector_CNCMachineSettings_RotationAxisName arg0 )

◆ __setitem__() [1/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__setitem__ ( self,
int arg0,
CNCMachineSettings.RotationAxisName arg1 )

◆ __setitem__() [2/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.__setitem__ ( self,
slice arg0,
std_vector_CNCMachineSettings_RotationAxisName arg1 )
Assign list elements using a slice object

◆ _pybind11_conduit_v1_()

mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ append()

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.append ( self,
CNCMachineSettings.RotationAxisName x )
Add an item to the end of the list

◆ clear()

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.clear ( self)
Clear the contents

◆ count()

int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.count ( self,
CNCMachineSettings.RotationAxisName x )
Return the number of times ``x`` appears in the list

◆ empty()

bool mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.empty ( self)

◆ extend() [1/2]

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

◆ extend() [2/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.extend ( self,
typing.Iterable L )
Extend the list by appending all the items in the given list

◆ insert()

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.insert ( self,
int i,
CNCMachineSettings.RotationAxisName x )
Insert an item at a given position.

◆ pop() [1/2]

CNCMachineSettings.RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.pop ( self)
Remove and return the last item

◆ pop() [2/2]

CNCMachineSettings.RotationAxisName mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.pop ( self,
int i )
Remove and return the item at index ``i``

◆ remove()

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.

◆ resize() [1/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.resize ( self,
int arg0 )

◆ resize() [2/2]

None mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.resize ( self,
int arg0,
CNCMachineSettings.RotationAxisName arg1 )

◆ size()

int mrmeshpy.std_vector_CNCMachineSettings_RotationAxisName.size ( self)

The documentation for this class was generated from the following file: