Trait iso_10303_parts::ap203::IDraughtingCalloutRelationship[][src]

pub trait IDraughtingCalloutRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn relating_draughting_callout(&self) -> &EntityRef;
fn related_draughting_callout(&self) -> &EntityRef; }

Required methods

Implementors