Public Member Functions | |
bool | __eq__ (self, UnorientedTriangle b) |
None | __init__ (self, std_array_Id_VertTag_3 inVs, bool_output outFlipped=None) |
None | __init__ (self, UnorientedTriangle arg0) |
std_array_Id_VertTag_3 | getFlipped (self) |
Protected Member Functions | |
VertId | _Subscript (self, int i) |
VertId | _Subscript (self, int i) |
std_array_Id_VertTag_3 | _convert_to_ThreeVertIds (self) |
std_array_Id_VertTag_3 | _convert_to_const_ThreeVertIds (self) |
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)
None meshlib.mrmeshpy.UnorientedTriangle.__init__ | ( | self, | |
std_array_Id_VertTag_3 | inVs, | ||
bool_output | outFlipped = None ) |
None meshlib.mrmeshpy.UnorientedTriangle.__init__ | ( | self, | |
UnorientedTriangle | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.UnorientedTriangle.__eq__ | ( | self, | |
UnorientedTriangle | b ) |
|
protected |
|
protected |
|
protected |
|
protected |
std_array_Id_VertTag_3 meshlib.mrmeshpy.UnorientedTriangle.getFlipped | ( | self | ) |
returns this triangle with the opposite orientation