Trait iso_10303_parts::ap214::IRepresentationRelationship[][src]

pub trait IRepresentationRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn rep_1(&self) -> &EntityRef;
fn rep_2(&self) -> &EntityRef; }

Required methods

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

Implementors

impl IRepresentationRelationship for ConstructiveGeometryRepresentationRelationship[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for KinematicFrameBackgroundRepresentationAssociation[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for KinematicLinkRepresentationAssociation[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for MechanismBasePlacement[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for MotionLinkRelationship[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for RepresentationRelationship[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for RepresentationRelationshipWithTransformation[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for ResultingPath[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]

impl IRepresentationRelationship for ShapeRepresentationRelationship[src]

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn rep_1(&self) -> &EntityRef[src]

fn rep_2(&self) -> &EntityRef[src]