Trait iso_10303_parts::ap203::IProceduralShapeRepresentation[][src]

pub trait IProceduralShapeRepresentation: IProceduralRepresentation + IShapeRepresentation {
    fn items(&self) -> &HashSet<EntityRef>;
}

Required methods

Implementors