Trait iso_10303_parts::ap203::ISolidWithGroove[][src]

pub trait ISolidWithGroove: ISolidWithDepression {
    fn groove_radius(&self) -> &Real;
fn groove_width(&self) -> &Real;
fn draft_angle(&self) -> &Real;
fn floor_fillet_radius(&self) -> &Real;
fn external_groove(&self) -> bool; }

Required methods

Implementors