Trait iso_10303_parts::ap214::ISurfacePair[][src]

pub trait ISurfacePair: IKinematicPair {
    fn surface_1(&self) -> &EntityRef;
fn surface_2(&self) -> &EntityRef;
fn orientation(&self) -> bool; }

Required methods

fn surface_1(&self) -> &EntityRef[src]

fn surface_2(&self) -> &EntityRef[src]

fn orientation(&self) -> bool[src]

Implementors