Trait fj_kernel::builder::VertexBuilder
source · pub trait VertexBuilder {
fn infer_surface_form(&mut self) -> &mut Self;
}Expand description
Builder API for PartialVertex
Required Methods§
sourcefn infer_surface_form(&mut self) -> &mut Self
fn infer_surface_form(&mut self) -> &mut Self
Remove the surface form of the partial vertex, inferring it on build