Skip to main content

import_step_json

Function import_step_json 

Source
pub fn import_step_json(step_text: &str) -> Result<String, JsValue>
Expand description

Import an ISO-10303-21 (STEP Part 21) document and return the reconstructed kernel solids as a JSON array of BrepSolid records. Round-trips exactly what export_step writes; unsupported entities yield a clear error string.