Skip to main content

registered_solid_clone

Function registered_solid_clone 

Source
pub fn registered_solid_clone(handle: u32) -> Result<BrepSolid, String>
Expand description

A clone of a resident solid, for native tooling that needs the topology itself (the case-replay diagnostics, probes): the feature pipeline’s results only ever hand out handles. Native only — topology never crosses the wasm boundary. Short borrow; the clone is the caller’s.