zospy.analyses.parsers.types.Coordinate#
- class zospy.analyses.parsers.types.Coordinate#
Bases:
NamedTupleTwo-dimensional coordinate.
- Attributes:
- xfloat
X coordinate.
- yfloat
Y coordinate.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
- static __new__(_cls, x: float, y: float)#
Create new instance of Coordinate(x, y)
- x: float#
Alias for field number 0
- y: float#
Alias for field number 1