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] |
Members: Normal : distance map from given polyline with values offset Shell : distance map from shell of given polyline (perEdgeOffset should not have negative values )
| None mrmeshpy.ContoursDistanceMapOffset.OffsetType.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.ContoursDistanceMapOffset.OffsetType.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__getstate__ | ( | self | ) |
| int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__hash__ | ( | self | ) |
| int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__index__ | ( | self | ) |
| int mrmeshpy.ContoursDistanceMapOffset.OffsetType.__int__ | ( | self | ) |
| bool mrmeshpy.ContoursDistanceMapOffset.OffsetType.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.ContoursDistanceMapOffset.OffsetType.__repr__ | ( | self | ) |
| None mrmeshpy.ContoursDistanceMapOffset.OffsetType.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.ContoursDistanceMapOffset.OffsetType.__str__ | ( | self | ) |
| str mrmeshpy.ContoursDistanceMapOffset.OffsetType.name | ( | self | ) |
| int mrmeshpy.ContoursDistanceMapOffset.OffsetType.value | ( | self | ) |
|
static |
|
static |