Trait iso_10303_parts::ap203::IProductMaterialCompositionRelationship[][src]

pub trait IProductMaterialCompositionRelationship: IProductDefinitionRelationship {
    fn class(&self) -> &String;
fn constituent_amount(&self) -> &HashSet<EntityRef>;
fn composition_basis(&self) -> &String;
fn determination_method(&self) -> &String; }

Required methods

Implementors