Indices#
- class cegalprizm.pythontool.Indices(i, j, k)#
Represents a set of indices. For 3D objects, all indices are valid, but for 2D objects one will be
None
. Currently for acegalprizm.pythontool.SeismicLine
only j and k are valid; for acegalprizm.pythontool.Surface
only i and j are valid.- count(value, /)#
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)#
Return first index of value.
Raises ValueError if the value is not present.
- i#
Alias for field number 0
- j#
Alias for field number 1
- k#
Alias for field number 2