[][src]Trait truck_polymesh::base::ParameterDivision2D

pub trait ParameterDivision2D {
    pub fn parameter_division(
        &self,
        tol: f64
    ) -> (Vec<f64, Global>, Vec<f64, Global>); }

Dividable surface

Required methods

pub fn parameter_division(
    &self,
    tol: f64
) -> (Vec<f64, Global>, Vec<f64, Global>)
[src]

Creates the surface division

Loading content...

Implementors

Loading content...