Navigation:  C/C++ Scripting Engine > Classes >

dbNCTool

Previous pageReturn to chapter overviewNext page

Stores information describing a NC Tool.

bar_dot

 

Member Functions:

==============

 

int        getIndex()

 

 

int        isPlated()

 

 

float        getOD()

 

 

float        getSize()

 

 

float        getComp()

 

 

float        getFeed()

 

 

float        getSpeed()

 

 

float        getZAxis()

 

 

float        getTab()

 

 

char*        getComments()

 

 

void        setIndex( int val )

 

 

void        setPlated( int val )

 

 

void        setOD( float val )

 

 

void        setSize( float val )

 

 

void        setComp( float val )

 

 

void        setFeed( float val )

 

 

void        setSpeed( float val )

 

 

void        setZAxis( float val )

 

 

void        setTab( float val )

 

 

void        setComments( char* val )