from_global_to_local Last update: 16.07.2025 SectionCut.from_global_to_local(global_coords) Transforms global coordinates into the local coordinate system of the section cut. Parameters: global_coords: The global coordinates to be transformed (x, y, z). Example: section_cut.from_global_to_local((2.3, 1.2, 4.3))