Trait iso_10303_parts::ap214::IPointOnCurve[][src]

pub trait IPointOnCurve: IPoint {
    fn basis_curve(&self) -> &EntityRef;
fn point_parameter(&self) -> &Real; }

Required methods

Implementors