Trait iso_10303_parts::ap203::ISphere[][src]

pub trait ISphere: IGeometricRepresentationItem {
    fn radius(&self) -> &Real;
fn centre(&self) -> &EntityRef; }

Required methods

fn radius(&self) -> &Real[src]

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

Implementors

impl ISphere for Sphere[src]

fn radius(&self) -> &Real[src]

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