Aliases: PlanarTriangulation.ContourIdMap
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__init__ | ( | self | ) |
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__init__ | ( | self, | |
typing.Iterable | arg0 ) |
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__init__ | ( | self, | |
std_vector_PlanarTriangulation_IntersectionInfo | arg0 ) |
bool meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__bool__ | ( | self | ) |
Check whether the list is nonempty
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__delitem__ | ( | self, | |
int | arg0 ) |
Delete the list elements at index ``i``
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__delitem__ | ( | self, | |
slice | arg0 ) |
Delete list elements using a slice object
PlanarTriangulation.IntersectionInfo meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__getitem__ | ( | self, | |
int | arg0 ) |
std_vector_PlanarTriangulation_IntersectionInfo meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__getitem__ | ( | self, | |
slice | s ) |
Retrieve list elements using a slice object
typing.Iterator meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__iter__ | ( | self | ) |
int meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__len__ | ( | self | ) |
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__setitem__ | ( | self, | |
int | arg0, | ||
PlanarTriangulation.IntersectionInfo | arg1 ) |
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.__setitem__ | ( | self, | |
slice | arg0, | ||
std_vector_PlanarTriangulation_IntersectionInfo | arg1 ) |
Assign list elements using a slice object
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.append | ( | self, | |
PlanarTriangulation.IntersectionInfo | x ) |
Add an item to the end of the list
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.clear | ( | self | ) |
Clear the contents
bool meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.empty | ( | self | ) |
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.extend | ( | self, | |
std_vector_PlanarTriangulation_IntersectionInfo | L ) |
Extend the list by appending all the items in the given list
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.extend | ( | self, | |
typing.Iterable | L ) |
Extend the list by appending all the items in the given list
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.insert | ( | self, | |
int | i, | ||
PlanarTriangulation.IntersectionInfo | x ) |
Insert an item at a given position.
PlanarTriangulation.IntersectionInfo meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.pop | ( | self | ) |
Remove and return the last item
PlanarTriangulation.IntersectionInfo meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.pop | ( | self, | |
int | i ) |
Remove and return the item at index ``i``
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.resize | ( | self, | |
int | arg0 ) |
None meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.resize | ( | self, | |
int | arg0, | ||
PlanarTriangulation.IntersectionInfo | arg1 ) |
int meshlib.mrmeshpy.std_vector_PlanarTriangulation_IntersectionInfo.size | ( | self | ) |