pub fn build_bodyparts3d_pack(
selection: &Bp3dSelection,
out_path: impl AsRef<Path>,
) -> Result<Bp3dPackReport, String>Expand description
Build a separate, CC-BY-SA .hmc pack of BodyParts3D structures that complete the body
(the muscles/bones/glands/nerves CCF lacks). Each mesh is resolved to its system(s) via the
part-of walk, compiled to a sealed .10d attested with the BodyParts3D licence, and packed with
its full multi-system AnatomyOrganMeta. Blocking network I/O; honest about what failed.