MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, FillHoleItem arg0)
None __init__ (self, int edgeCode1, int edgeCode2)

Static Public Member Functions

None __init__ (*args, **kwargs)
FillHoleItem operator (*args, **kwargs)
FillHoleItem operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_edgeCode1 = 0
typing _offsetof_edgeCode2 = 4

Detailed Description

Generated from:  MR::FillHoleItem

one edge to add, connecting the origins of the two edges given by the codes;
a not-negative code is an EdgeId, a negative one denotes an edge that an earlier item
of the same plan creates - see \\ref FillHoleItemEdge

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.FillHoleItem.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.FillHoleItem.__init__ ( self,
int edgeCode1,
int edgeCode2 )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

FillHoleItem mrmeshpy.FillHoleItem.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

FillHoleItem mrmeshpy.FillHoleItem.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_edgeCode1

typing mrmeshpy.FillHoleItem._offsetof_edgeCode1 = 0
staticprotected

◆ _offsetof_edgeCode2

typing mrmeshpy.FillHoleItem._offsetof_edgeCode2 = 4
staticprotected

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