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

Public Member Functions

None __init__ (self)
None __init__ (self, OffsetContourIndex arg0)
None __init__ (self, int contourId, int vertId)
bool valid (self)
int contourId (self)
None contourId (self, int arg1)
int vertId (self)
None vertId (self, int arg1)

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_contourId = 0
typing _offsetof_vertId = 4

Detailed Description

Generated from:  MR::OffsetContourIndex

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.OffsetContourIndex.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.OffsetContourIndex.__init__ ( self,
int contourId,
int vertId )
Implicit aggregate constructor.

Member Function Documentation

◆ contourId() [1/2]

int mrmeshpy.OffsetContourIndex.contourId ( self)
-1 means unknown index

◆ contourId() [2/2]

None mrmeshpy.OffsetContourIndex.contourId ( self,
int arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ valid()

bool mrmeshpy.OffsetContourIndex.valid ( self)

◆ vertId() [1/2]

int mrmeshpy.OffsetContourIndex.vertId ( self)
-1 means unknown index

◆ vertId() [2/2]

None mrmeshpy.OffsetContourIndex.vertId ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_contourId

typing mrmeshpy.OffsetContourIndex._offsetof_contourId = 0
staticprotected

◆ _offsetof_vertId

typing mrmeshpy.OffsetContourIndex._offsetof_vertId = 4
staticprotected

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