Trait iso_10303_parts::ap214::IPlanarCurvePair[][src]

pub trait IPlanarCurvePair: IKinematicPair {
    fn curve_1(&self) -> &EntityRef;
fn curve_2(&self) -> &EntityRef;
fn orientation(&self) -> bool; }

Required methods

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

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

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

Implementors