Source code for abaqus.Odb.SectionPointArray

from .SectionPoint import SectionPoint


[docs]class SectionPointArray(list[SectionPoint]): def findAt(self): pass