Trait iso_10303_parts::ap203::IPolyLoop[][src]

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

Required methods

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

Implementors