Trait iso_10303_parts::ap203::IGeometricSet[][src]

pub trait IGeometricSet: IGeometricRepresentationItem {
    fn elements(&self) -> &HashSet<EntityRef>;
}

Required methods

Implementors