Trait iso_10303_parts::ap214::IUniversalPairValue[][src]

pub trait IUniversalPairValue: IPairValue {
    fn applies_to_pair(&self) -> &EntityRef;
fn first_rotation_angle(&self) -> &Real;
fn second_rotation_angle(&self) -> &Real; }

Required methods

Implementors