Trait iso_10303_parts::ap203::IGeometricToleranceRelationship[][src]

pub trait IGeometricToleranceRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn relating_geometric_tolerance(&self) -> &EntityRef;
fn related_geometric_tolerance(&self) -> &EntityRef; }

Required methods

Implementors