Trait fj_core::operations::split::SplitEdge
source · pub trait SplitEdge: Sized {
// Required method
fn split_edge(
&self,
half_edge: &Handle<HalfEdge>,
point: impl Into<Point<1>>,
services: &mut Services
) -> (Self, [[Handle<HalfEdge>; 2]; 2]);
}Expand description
Split a pair of HalfEdges into two
Required Methods§
Object Safety§
This trait is not object safe.