solid_dof Module
- pyNastran.bdf.mesh_utils.solid_dof.solid_dof(bdf_filename: BDF | str | PurePath, nid_filename: str | PurePath | None = None, spc_id: int = 100, log=None) tuple[BDF, ndarray][source]
Get all solid nodes not associated with other elements
- Parameters:
- bdf_filename
- nid_filename
- spc_id: int; default=100
the SPC ID
- Returns: