Trait iso_10303_parts::ap203::IPointOnSurface[][src]

pub trait IPointOnSurface: IPoint {
    fn basis_surface(&self) -> &EntityRef;
fn point_parameter_u(&self) -> &Real;
fn point_parameter_v(&self) -> &Real; }

Required methods

Implementors