Source code for abaqus.XY.AxisArray

from .Axis import Axis


[docs]class AxisArray(list[Axis]): def findAt(self): pass