Trait iso_10303_parts::ap203::ICurveStyle[][src]

pub trait ICurveStyle: IFoundedItem {
    fn name(&self) -> &String;
fn curve_font(&self) -> &EntityRef;
fn curve_width(&self) -> &SizeSelect;
fn curve_colour(&self) -> &EntityRef; }

Required methods

Implementors