geom1 Module

digraph inheritancea7f881a724 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.tables.geom.geom1.GEOM1" [URL="#pyNastran.op2.tables.geom.geom1.GEOM1",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="defines methods for reading op2 nodes/coords"]; }

defines readers for BDF objects in the OP2 GEOM1/GEOM1S table

class pyNastran.op2.tables.geom.geom1.GEOM1(op2: OP2Geom)[source]

Bases: object

defines methods for reading op2 nodes/coords

read_geom1_4(data: bytes, ndata: int)[source]