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 | Cut .ClassVar[OffsetContoursParams.EndType] |
typing | Round .ClassVar[OffsetContoursParams.EndType] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: Round : creates round ends (use `minAnglePrecision`) Cut : creates sharp end (same as Round with `minAnglePrecision` < 180 deg)
None mrmeshpy.OffsetContoursParams.EndType.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.OffsetContoursParams.EndType.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.OffsetContoursParams.EndType.__getstate__ | ( | self | ) |
int mrmeshpy.OffsetContoursParams.EndType.__hash__ | ( | self | ) |
int mrmeshpy.OffsetContoursParams.EndType.__index__ | ( | self | ) |
int mrmeshpy.OffsetContoursParams.EndType.__int__ | ( | self | ) |
bool mrmeshpy.OffsetContoursParams.EndType.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.OffsetContoursParams.EndType.__repr__ | ( | self | ) |
None mrmeshpy.OffsetContoursParams.EndType.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.OffsetContoursParams.EndType.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.OffsetContoursParams.EndType.name | ( | self | ) |
int mrmeshpy.OffsetContoursParams.EndType.value | ( | self | ) |
|
static |
|
static |