Trait iso_10303_parts::ap214::IPolyLoop[][src]

pub trait IPolyLoop: ILoop + IGeometricRepresentationItem {
    fn polygon(&self) -> &Vec<EntityRef>;
}

Required methods

fn polygon(&self) -> &Vec<EntityRef>[src]

Implementors