MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ContoursDistanceMapOffset.OffsetType 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 Normal .ClassVar[ContoursDistanceMapOffset.OffsetType]
 
typing Shell .ClassVar[ContoursDistanceMapOffset.OffsetType]
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Members:

  Normal : distance map from given polyline with values offset

  Shell : distance map from shell of given polyline (perEdgeOffset should not have negative values )

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.ContoursDistanceMapOffset.OffsetType.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.ContoursDistanceMapOffset.OffsetType.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__hash__ ( self)

◆ __index__()

int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__index__ ( self)

◆ __int__()

int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__int__ ( self)

◆ __ne__()

bool mrmeshpy.ContoursDistanceMapOffset.OffsetType.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.ContoursDistanceMapOffset.OffsetType.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.ContoursDistanceMapOffset.OffsetType.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.ContoursDistanceMapOffset.OffsetType.__str__ ( self)

◆ _pybind11_conduit_v1_()

mrmeshpy.ContoursDistanceMapOffset.OffsetType._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ name()

str mrmeshpy.ContoursDistanceMapOffset.OffsetType.name ( self)

◆ value()

int mrmeshpy.ContoursDistanceMapOffset.OffsetType.value ( self)

Member Data Documentation

◆ Normal

typing mrmeshpy.ContoursDistanceMapOffset.OffsetType.Normal .ClassVar[ContoursDistanceMapOffset.OffsetType]
static

◆ Shell

typing mrmeshpy.ContoursDistanceMapOffset.OffsetType.Shell .ClassVar[ContoursDistanceMapOffset.OffsetType]
static

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