Trait iso_10303_parts::ap203::IComplexShelledSolid[][src]

pub trait IComplexShelledSolid: IShelledSolid {
    fn thickened_face_list(&self) -> &Vec<HashSet<EntityRef>>;
fn thickness_list(&self) -> &Vec<Real>; }

Required methods

Implementors