![]() |
IOLink Python 1.11.0
|
Public Member Functions | |
| __init__ (self, *args) | |
| __eq__ (self, other) | |
| __ne__ (self, other) | |
| get_column_direction (self) | |
| get_row_direction (self) | |
| get_slice_direction (self) | |
| to_string (self) | |
| __repr__ (self) | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| row_direction = property(get_row_direction, doc=get_row_direction.__doc__) | |
| column_direction = property(get_column_direction, doc=get_column_direction.__doc__) | |
| slice_direction = property(get_slice_direction, doc=get_slice_direction.__doc__) | |
Describes a spatial axis system, with direction vectors describing the three axes. Axes are defined in a right hand system, so the third direction can be computed from the first two ones.
| iolink.iolink.SpatialDirections.get_column_direction | ( | self | ) |
The direction vector following the column dimension (X)
| iolink.iolink.SpatialDirections.get_row_direction | ( | self | ) |
The direction vector following the row dimension (Y)
| iolink.iolink.SpatialDirections.get_slice_direction | ( | self | ) |
The direction vector following the slice dimension (Z)
| iolink.iolink.SpatialDirections.to_string | ( | self | ) |
Return a string decription of the spatial directions.