Trait iso_10303_parts::ap214::ISurfaceCurve[][src]

pub trait ISurfaceCurve: ICurve {
    fn curve_3d(&self) -> &EntityRef;
fn associated_geometry(&self) -> &Vec<EntityRef>;
fn master_representation(&self) -> &PreferredSurfaceCurveRepresentation; }

Required methods

Implementors