Skip to main content

copied

Function copied 

Source
pub fn copied(model: &mut Model, shape: &Shape) -> OgeomResult<Built>
Expand description

Duplicate a shape’s topology so the two can be edited apart.

Geometry is shared, not duplicated; see the module docs.

§Errors

OgeomError::Dangling if the shape does not resolve in this model.