Inheritance diagram for mrmeshpy.SliceInfo:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SliceInfo arg0) |
| Vector3d | imagePos (self) |
| None | imagePos (self, Vector3d arg1) |
Public Member Functions inherited from mrmeshpy.SliceInfoBase | |
| int | fileNum (self) |
| None | fileNum (self, int arg1) |
| int | instanceNum (self) |
| None | instanceNum (self, int arg1) |
| float | z (self) |
| None | z (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SliceInfo | operator (*args, **kwargs) |
| SliceInfo | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_imagePos = 24 |
Static Protected Attributes inherited from mrmeshpy.SliceInfoBase | |
| typing | _offsetof_fileNum = 16 |
| typing | _offsetof_instanceNum = 0 |
| typing | _offsetof_z = 8 |
Generated from: MR::SliceInfo slice information these fields will be ignored in sorting \\sa SliceInfoBase
|
static |
Reimplemented from mrmeshpy.SliceInfoBase.
| None mrmeshpy.SliceInfo.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.SliceInfoBase.
| None mrmeshpy.SliceInfo.__init__ | ( | self, | |
| SliceInfo | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.SliceInfoBase.
| Vector3d mrmeshpy.SliceInfo.imagePos | ( | self | ) |
image position
| None mrmeshpy.SliceInfo.imagePos | ( | self, | |
| Vector3d | arg1 ) |
|
static |
Reimplemented from mrmeshpy.SliceInfoBase.
|
static |
Reimplemented from mrmeshpy.SliceInfoBase.
|
staticprotected |