Trait iso_10303_parts::ap214::IApproximationToleranceDeviation[][src]

pub trait IApproximationToleranceDeviation: IFoundedItem {
    fn tessellation_type(&self) -> &ApproximationMethod;
fn tolerances(&self) -> &HashSet<ToleranceDeviationSelect>;
fn definition_space(&self) -> &ProductOrPresentationSpace; }

Required methods

Implementors