Trait iso_10303_parts::ap214::IPointOnSurfacePairValue[][src]

pub trait IPointOnSurfacePairValue: IPairValue {
    fn applies_to_pair(&self) -> &EntityRef;
fn actual_point_on_surface(&self) -> &EntityRef;
fn input_orientation(&self) -> &SpatialRotation; }

Required methods

Implementors