Public Member Functions | |
None | __init__ (self, VertId b='MR::VertId{}', int fn=0) |
None | __init__ (self, FanRecord arg0) |
VertId | border (self) |
None | border (self, VertId arg1) |
int | firstNei (self) |
None | firstNei (self, int arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Generated from: MR::FanRecord Aliases: std_vector_FanRecord_const_reference, Vector_FanRecord_VertId.const_reference, Vector_FanRecord_VertId.reference, std_vector_FanRecord_reference, Vector_FanRecord_VertId.value_type, std_vector_FanRecord_value_type describes one fan of triangles around a point excluding the point
|
static |
None meshlib.mrmeshpy.FanRecord.__init__ | ( | self, | |
VertId | b = 'MR::VertId{}', | ||
int | fn = 0 ) |
None meshlib.mrmeshpy.FanRecord.__init__ | ( | self, | |
FanRecord | arg0 ) |
Implicit copy constructor.
Reimplemented in meshlib.mrmeshpy.FanRecordWithCenter, meshlib.mrmeshpy.FanRecordWithCenter, and meshlib.mrmeshpy.FanRecordWithCenter.
VertId meshlib.mrmeshpy.FanRecord.border | ( | self | ) |
first border edge (invalid if the center point is not on the boundary); triangle associated with this point is absent
None meshlib.mrmeshpy.FanRecord.border | ( | self, | |
VertId | arg1 ) |
int meshlib.mrmeshpy.FanRecord.firstNei | ( | self | ) |
the position of first neigbor in LocalTriangulations::neighbours
None meshlib.mrmeshpy.FanRecord.firstNei | ( | self, | |
int | arg1 ) |