mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-13 22:38:27 +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};
|
use crate::geometry::{HandleAny, Operation, Triangle, Vertex};
|
||||||
|
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct OperationView {
|
pub struct OperationView {
|
||||||
operation: HandleAny,
|
operation: HandleAny,
|
||||||
selected: Option<usize>,
|
selected: Option<usize>,
|
||||||
|
Loading…
Reference in New Issue
Block a user