get_methods Module

digraph inheritance37bdfe601a { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.bdf.bdf_interface.attributes.BDFAttributes" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="defines attributes of the BDF"]; "pyNastran.bdf.bdf_interface.get_methods.GetMethods" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="defines various methods to access low level BDF data"]; "pyNastran.bdf.bdf_interface.attributes.BDFAttributes" -> "pyNastran.bdf.bdf_interface.get_methods.GetMethods" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

defines various methods to access low level BDF data

pyNastran.bdf.bdf_interface.get_methods._unique_keys(mydict: dict[int, Any]) str[source]

helper method

pyNastran.bdf.bdf_interface.get_methods.get_pid_to_eid_map(model: BDF) dict[int, list[int]][source]
pyNastran.bdf.bdf_interface.get_methods.get_pid_to_nid_map(model: BDF) dict[int, list[int]][source]

TODO: doesn’t support CONROD