Skip to main content

export_iges_handles

Function export_iges_handles 

Source
pub fn export_iges_handles(
    handles: &[u32],
    name: &str,
    unit: &str,
    timestamp: &str,
) -> Result<String, String>
Expand description

Native: export the CURRENT resident solids (by handle) to an IGES 5.3 document of trimmed NURBS surfaces. The IGES analogue of export_step_handles — reads the resident solids out of the thread-local registry, clones them into a Vec<BrepSolid>, and hands the batch to export_iges. String error (JsValue-free — links on native and wasm).