Trait iso_10303_parts::ap203::IFillAreaStyleHatching[][src]

pub trait IFillAreaStyleHatching: IGeometricRepresentationItem {
    fn hatch_line_appearance(&self) -> &EntityRef;
fn start_of_next_hatch_line(&self) -> &EntityRef;
fn point_of_reference_hatch_line(&self) -> &EntityRef;
fn pattern_start(&self) -> &EntityRef;
fn hatch_line_angle(&self) -> &Real; }

Required methods

Implementors