geom3 Module

digraph inheritance1e48c03e14 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.tables.geom.geom3.GEOM3" [URL="#pyNastran.op2.tables.geom.geom3.GEOM3",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 loads"]; }

defines readers for BDF objects in the OP2 GEOM3/GEOM3S table

class pyNastran.op2.tables.geom.geom3.GEOM3(op2: OP2Geom)[source]

Bases: object

defines methods for reading op2 loads

property factor: int
read_geom3_4(data: bytes, ndata: int)[source]
read_hydros(data: bytes, n: int) int[source]

$ SID PNOM RHO G SETE SETG PLD4 OVRD $ CID/G HGHTB HABOV CNTL HYDROS 350 0. 1.21-9 980. 31 1

1 20. 50. 999999

ints = (350, 0, 816205079, 1148518400, 0, 31, 1, 0, 1, 1101004800, 1112014848, 999999, 0) floats = (4.90454462513686e-43, 0.0, 1.2099999890935464e-09, 980.0, 0.0, 4.344025239406933e-44, 1.401298464324817e-45, 0.0, 1.401298464324817e-45, 20.0, 50.0, 1.4012970630263527e-39, 0.0)

read_stop(data: bytes, n: int) int[source]
property size: int