sgio.merge_sections_from_csv#
- sgio.merge_sections_from_csv(csv_file: str | Path, section_dir: str | Path, output_file: str | Path | None = None, output_format: str = 'gmsh22', file_extension: str | None = None, axis: int = 0, input_format: str = 'vabs', location_column: str = 'location', section_column: str = 'cs', encoding: str = 'utf-8-sig', **read_kwargs: Any) SGMesh#
Merge section files using a layout CSV file.