Derive Clone for CurceGeom2

This commit is contained in:
Hanno Braun 2024-09-13 20:29:23 +02:00
parent 3520527d40
commit 9088ebb155

View File

@ -58,6 +58,7 @@ pub struct LocalCurveGeom {
/// The name, `CurveGeom2`, is a placeholder. As of this writing, there is an
/// ongoing transition to a new geometry system, and the name `CurveGeom` is
/// still taken by an old-style type.
#[derive(Clone)]
pub enum CurveGeom2 {
/// # The curve is defined locally on a surface
Surface {