MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.OutEdge2 Class Reference

Public Member Functions

bool __eq__ (self, typing.Any other)
 
int __getstate__ (self)
 
int __hash__ (self)
 
int __index__ (self)
 
None __init__ (self, int value)
 
int __int__ (self)
 
bool __ne__ (self, typing.Any other)
 
str __repr__ (self)
 
None __setstate__ (self, int state)
 
str __str__ (self)
 
str name (self)
 
int value (self)
 

Static Public Attributes

typing Count .ClassVar[OutEdge2]
 
typing Invalid .ClassVar[OutEdge2]
 
typing MinusX .ClassVar[OutEdge2]
 
typing MinusY .ClassVar[OutEdge2]
 
typing PlusX .ClassVar[OutEdge2]
 
typing PlusY .ClassVar[OutEdge2]
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Members:

  Invalid

  PlusY

  MinusY

  PlusX

  MinusX

  Count

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.OutEdge2.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.OutEdge2.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.OutEdge2.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.OutEdge2.__hash__ ( self)

◆ __index__()

int mrmeshpy.OutEdge2.__index__ ( self)

◆ __int__()

int mrmeshpy.OutEdge2.__int__ ( self)

◆ __ne__()

bool mrmeshpy.OutEdge2.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.OutEdge2.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.OutEdge2.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.OutEdge2.__str__ ( self)

◆ _pybind11_conduit_v1_()

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

◆ name()

str mrmeshpy.OutEdge2.name ( self)

◆ value()

int mrmeshpy.OutEdge2.value ( self)

Member Data Documentation

◆ Count

typing mrmeshpy.OutEdge2.Count .ClassVar[OutEdge2]
static

◆ Invalid

typing mrmeshpy.OutEdge2.Invalid .ClassVar[OutEdge2]
static

◆ MinusX

typing mrmeshpy.OutEdge2.MinusX .ClassVar[OutEdge2]
static

◆ MinusY

typing mrmeshpy.OutEdge2.MinusY .ClassVar[OutEdge2]
static

◆ PlusX

typing mrmeshpy.OutEdge2.PlusX .ClassVar[OutEdge2]
static

◆ PlusY

typing mrmeshpy.OutEdge2.PlusY .ClassVar[OutEdge2]
static

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