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

Public Member Functions

None __init__ (self, VertId b='{}', 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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::FanRecord
Aliases:  Vector_FanRecord_VertId.const_reference, Vector_FanRecord_VertId.value_type, Vector_FanRecord_VertId.reference, std_vector_FanRecord_const_reference, std_vector_FanRecord_reference, std_vector_FanRecord_value_type

describes one fan of triangles around a point excluding the point

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.FanRecord._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

Reimplemented in mrmeshpy.FanRecordWithCenter.

◆ border() [1/2]

VertId 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 mrmeshpy.FanRecord.border ( self,
VertId arg1 )

◆ firstNei() [1/2]

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

◆ firstNei() [2/2]

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

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