Trait iso_10303_parts::ap203::ISurfacePatch[][src]

pub trait ISurfacePatch: IFoundedItem {
    fn parent_surface(&self) -> &EntityRef;
fn u_transition(&self) -> &TransitionCode;
fn v_transition(&self) -> &TransitionCode;
fn u_sense(&self) -> bool;
fn v_sense(&self) -> bool; }

Required methods

Implementors