Trait iso_10303_parts::ap203::ILine[][src]

pub trait ILine: ICurve {
    fn pnt(&self) -> &EntityRef;
fn dir(&self) -> &EntityRef; }

Required methods

fn pnt(&self) -> &EntityRef[src]

fn dir(&self) -> &EntityRef[src]

Implementors

impl ILine for Line[src]

fn pnt(&self) -> &EntityRef[src]

fn dir(&self) -> &EntityRef[src]