mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Derive Clone
for CurceGeom2
This commit is contained in:
parent
3520527d40
commit
9088ebb155
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user