Trait iso_10303_parts::ap214::ISlidingSurfacePairValue[][src]

pub trait ISlidingSurfacePairValue: IPairValue {
    fn applies_to_pair(&self) -> &EntityRef;
fn actual_point_on_surface_1(&self) -> &EntityRef;
fn actual_point_on_surface_2(&self) -> &EntityRef;
fn actual_rotation(&self) -> &Real; }

Required methods

Implementors