Base class for machining cycle and techno functions. More...
Public Member Functions | |
GO2SEnum::GO2SError | AddToFolder (String name) |
void | Delete () |
Delete a cycle/techno function. | |
String | GetName () |
Boolean | IsBatch () |
Boolean | IsError () |
Boolean | IsHidden () |
Boolean | IsSelect () |
void | SetBatch (Boolean isBatch) |
void | SetName (String name) |
Set the name of the cycle/techno function. | |
void | SetSelect (Boolean isSelected) |
String | toString () override |
Public Member Functions inherited from GO2SMachining | |
Array< String > | GetEditableParams () |
any | GetParam (Number key, Number noDevice=0) |
Boolean | IsParamEditable (Number key) |
GO2SEnum::GO2SError | SetParam (Number key, any value, Number noDevice=0) |
Base class for machining cycle and techno functions.
Base class for machining cycle
GO2SEnum::GO2SError GO2SCycleBase::AddToFolder | ( | String | name | ) |
Add a cycle/techno function to a folder
[in] | name | name of the folder |
String GO2SCycleBase::GetName | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set the cycle batch or not
[in] | isBatch | Value of the batch |
void GO2SCycleBase::SetName | ( | String | name | ) |
Set the name of the cycle/techno function.
[in] | name | the new name of the cycle |
|
inline |
Set the cycle selected or not
|
overridevirtual |
Implements GO2SMachining.