Trait iso_10303_parts::ap203::ISolidWithSlot[][src]

pub trait ISolidWithSlot: ISolidWithDepression {
    fn slot_width(&self) -> &Real;
fn closed_ends(&self) -> &Vec<Option<bool>>;
fn end_exit_faces(&self) -> &Vec<HashSet<EntityRef>>; }

Required methods

Implementors