lawgs Package

wgsIO Module

wgsReader Module

Inheritance diagram of pyNastran.converters.LaWGS.wgsReader

class pyNastran.converters.LaWGS.wgsReader.LaWGS(filename='tmx1242.wgs')[source]

Bases: object

Methods

getPointsElements()[source]
modelType = 'LaWGS'
readLaWGS()[source]
write_as_plot3d(p3dname)[source]
class pyNastran.converters.LaWGS.wgsReader.LaWGS_Panel(key, header, group)[source]

Bases: object

Parameters:
  • rotate – rotates the patch
  • translate – translates the patch
  • scale – scales the patch

Methods

buildRotationMatrix(r)[source]

Form the rotation matrix used for geometrical transformations Taken from NASA TM 85767 defining LaWGS.

getElement(pointI, j, i)[source]
get_elements(pointI)[source]
get_points()[source]
updatePoints()[source]
write_as_plot3d(f)[source]