Trait iso_10303_parts::ap214::IUncertaintyAssignedRepresentation[][src]

pub trait IUncertaintyAssignedRepresentation: IRepresentation {
    fn uncertainty(&self) -> &HashSet<EntityRef>;
}

Required methods

Implementors