Trait iso_10303_parts::ap203::IBlock[][src]

pub trait IBlock: IGeometricRepresentationItem {
    fn position(&self) -> &EntityRef;
fn x(&self) -> &Real;
fn y(&self) -> &Real;
fn z(&self) -> &Real; }

Required methods

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

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

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

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

Implementors

impl IBlock for Block[src]

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

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

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

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