Trait iso_10303_parts::ap203::IFaceBound[][src]

pub trait IFaceBound: ITopologicalRepresentationItem {
    fn bound(&self) -> &EntityRef;
fn orientation(&self) -> bool; }

Required methods

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

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

Implementors