MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.FanRecord Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.FanRecord:

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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.FanRecord.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None meshlib.mrmeshpy.FanRecord.__init__ ( self,
VertId b = 'MR::VertId{}',
int fn = 0 )

◆ __init__() [3/3]

None meshlib.mrmeshpy.FanRecord.__init__ ( self,
FanRecord arg0 )

Member Function Documentation

◆ border() [1/2]

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

◆ border() [2/2]

None meshlib.mrmeshpy.FanRecord.border ( self,
VertId arg1 )

◆ firstNei() [1/2]

int meshlib.mrmeshpy.FanRecord.firstNei ( self)
the position of first neigbor in LocalTriangulations::neighbours

◆ firstNei() [2/2]

None meshlib.mrmeshpy.FanRecord.firstNei ( self,
int arg1 )

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