pyNastran 1.5-dev
Installation
Quick Start
How To: pyNastran
pyNastran Package
pyNastran/bdf
errors
Module
Subpackages
bdf
Module
case_control_deck
Module
subcase
Module
bdf/field_writer Package
patran_rpt
Module
bdf/utils Package
write_path
Module
cards Package
bdf_interface Package
mesh_utils Package
pyNastran/op2
pyNastran/f06
utils Package
pyNastran/converters
Referencing pyNastran (AIAA Format)
References to pyNastran
pyNastran 1.5-dev
pyNastran Package
pyNastran/bdf
mesh_utils Package
rbe_tools
Module
View page source
rbe_tools
Module
pyNastran.bdf.mesh_utils.rbe_tools.
get_eid_to_nid_map
(
eid_to_nids_map
:
dict
[
int
,
set
[
int
]
]
,
nid_to_eids_map
:
dict
[
int
,
set
[
int
]
]
)
[source]
pyNastran.bdf.mesh_utils.rbe_tools.
merge_rbe2
(
model
:
BDF
,
rbe_eids_to_fix
:
list
[
int
]
)
→
None
[source]
pyNastran.bdf.mesh_utils.rbe_tools.
rbe2_to_rbe3
(
model
:
BDF
,
eids_to_fix
:
list
[
int
]
)
→
BDF
[source]
pyNastran.bdf.mesh_utils.rbe_tools.
rbe3_to_rbe2
(
model
:
BDF
,
eids_to_fix
:
list
[
int
]
)
→
BDF
[source]