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

Public Member Functions

None __init__ (self, VertId c='{}', VertId b='{}', int fn=0)
 
None __init__ (self, FanRecordWithCenter arg0)
 
VertId center (self)
 
None center (self, VertId arg1)
 
- Public Member Functions inherited from mrmeshpy.FanRecord
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::FanRecordWithCenter

describes one fan of triangles around a point including the point

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

Reimplemented from mrmeshpy.FanRecord.

◆ __init__() [2/3]

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

Reimplemented from mrmeshpy.FanRecord.

◆ __init__() [3/3]

None mrmeshpy.FanRecordWithCenter.__init__ ( self,
FanRecordWithCenter arg0 )
Implicit copy constructor.

Reimplemented from mrmeshpy.FanRecord.

Member Function Documentation

◆ _pybind11_conduit_v1_()

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

Reimplemented from mrmeshpy.FanRecord.

◆ center() [1/2]

VertId mrmeshpy.FanRecordWithCenter.center ( self)
center point in the fan

◆ center() [2/2]

None mrmeshpy.FanRecordWithCenter.center ( self,
VertId arg1 )

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