Trait iso_10303_parts::ap214::IPath[][src]

pub trait IPath: ITopologicalRepresentationItem {
    fn edge_list(&self) -> &Vec<EntityRef>;
}

Required methods

Implementors