mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Prepare to support nested operations
This commit is contained in:
parent
94625ac329
commit
820caa2b43
@ -2,6 +2,7 @@ use std::fmt;
|
||||
|
||||
use crate::geometry::{HandleAny, Operation, Triangle, Vertex};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct OperationView {
|
||||
operation: HandleAny,
|
||||
selected: Option<usize>,
|
||||
|
Loading…
Reference in New Issue
Block a user