Trait iso_10303_parts::ap203::IPictureRepresentation[][src]

pub trait IPictureRepresentation: IPresentationView {
    fn items(&self) -> &HashSet<EntityRef>;
}

Required methods

Implementors