Trait iso_10303_parts::ap203::IShapeAspectRelationship[][src]

pub trait IShapeAspectRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_shape_aspect(&self) -> &EntityRef;
fn related_shape_aspect(&self) -> &EntityRef; }

Required methods

Implementors

impl IShapeAspectRelationship for AngularLocation[src]

impl IShapeAspectRelationship for DimensionalLocation[src]

impl IShapeAspectRelationship for DimensionalLocationWithPath[src]

impl IShapeAspectRelationship for DirectedDimensionalLocation[src]

impl IShapeAspectRelationship for ShapeAspectAssociativity[src]

impl IShapeAspectRelationship for ShapeAspectDerivingRelationship[src]

impl IShapeAspectRelationship for ShapeAspectRelationship[src]