MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ArcPlane 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 None .ClassVar[ArcPlane]
 
typing XY .ClassVar[ArcPlane]
 
typing XZ .ClassVar[ArcPlane]
 
typing YZ .ClassVar[ArcPlane]
 

Detailed Description

Members:

  None

  XY

  XZ

  YZ

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.ArcPlane.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.ArcPlane.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.ArcPlane.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.ArcPlane.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.ArcPlane.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.ArcPlane.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.ArcPlane.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.ArcPlane.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.ArcPlane.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.ArcPlane.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.ArcPlane.name ( self)

◆ value()

int meshlib.mrmeshpy.ArcPlane.value ( self)

Member Data Documentation

◆ None

typing meshlib.mrmeshpy.ArcPlane.None .ClassVar[ArcPlane]
static

◆ XY

typing meshlib.mrmeshpy.ArcPlane.XY .ClassVar[ArcPlane]
static

◆ XZ

typing meshlib.mrmeshpy.ArcPlane.XZ .ClassVar[ArcPlane]
static

◆ YZ

typing meshlib.mrmeshpy.ArcPlane.YZ .ClassVar[ArcPlane]
static

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