Public Member Functions | |
| bool | __eq__ (self, UnorientedTriangle b) |
| VertId | __getitem__ (self, int i) |
| VertId | __getitem__ (self, int i) |
| None | __init__ (self, std_array_Id_VertTag_3 inVs, bool_output outFlipped=None) |
| None | __init__ (self, UnorientedTriangle arg0) |
| None | __setitem__ (self, int arg0, VertId arg1) |
| std_array_Id_VertTag_3 | convert_to_ThreeVertIds (self) |
| std_array_Id_VertTag_3 | convert_to_const_ThreeVertIds (self) |
| std_array_Id_VertTag_3 | getFlipped (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| UnorientedTriangle | operator (*args, **kwargs) |
| UnorientedTriangle | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_verts = 0 |
Generated from: MR::UnorientedTriangle describes a triangle as three vertex IDs sorted in a way to quickly find same triangles irrespective of vertex order (clockwise or counterclockwise)
|
static |
| None mrmeshpy.UnorientedTriangle.__init__ | ( | self, | |
| std_array_Id_VertTag_3 | inVs, | ||
| bool_output | outFlipped = None ) |
| None mrmeshpy.UnorientedTriangle.__init__ | ( | self, | |
| UnorientedTriangle | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.UnorientedTriangle.__eq__ | ( | self, | |
| UnorientedTriangle | b ) |
| VertId mrmeshpy.UnorientedTriangle.__getitem__ | ( | self, | |
| int | i ) |
| VertId mrmeshpy.UnorientedTriangle.__getitem__ | ( | self, | |
| int | i ) |
| None mrmeshpy.UnorientedTriangle.__setitem__ | ( | self, | |
| int | arg0, | ||
| VertId | arg1 ) |
| std_array_Id_VertTag_3 mrmeshpy.UnorientedTriangle.convert_to_const_ThreeVertIds | ( | self | ) |
| std_array_Id_VertTag_3 mrmeshpy.UnorientedTriangle.convert_to_ThreeVertIds | ( | self | ) |
| std_array_Id_VertTag_3 mrmeshpy.UnorientedTriangle.getFlipped | ( | self | ) |
returns this triangle with the opposite orientation
|
static |
|
static |
|
staticprotected |