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 () |
| Number | GetNumberMachiningSet () |
| Number | GetPlaneNumber () |
| Boolean | IsBatch () |
| Boolean | IsError () |
| Boolean | IsHidden () |
| Boolean | IsMachiningSet () |
| Boolean | IsSelect () |
| Boolean | IsWaiting () |
| void | SetBatch (Boolean isBatch) |
| void | SetMachiningSet (Boolean isSet) |
| void | SetName (String name) |
| Set the name of the cycle/techno function. | |
| void | SetNumberMachiningSet (Number number) |
| void | SetSelect (Boolean isSelected) |
| void | SetWaiting (Boolean isWaiting) |
| 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 |
| Boolean GO2SCycleBase::IsMachiningSet | ( | ) |
|
inline |
|
inline |
|
inline |
Set the cycle batch (waiting) or not
| [in] | isBatch | Value of the batch |
| void GO2SCycleBase::SetMachiningSet | ( | Boolean | isSet | ) |
Set the cycle or techno function machining set
| [in] | isSet | Value |
| void GO2SCycleBase::SetName | ( | String | name | ) |
Set the name of the cycle/techno function.
| [in] | name | the new name of the cycle |
| void GO2SCycleBase::SetNumberMachiningSet | ( | Number | number | ) |
Set the cycle or techno function the machining set number
| [in] | number | Value of the number |
|
inline |
Set the cycle selected or not
|
inline |
Set the cycle or techno function waiting or not
| [in] | isWaiting | Value |
|
overridevirtual |
Implements GO2SMachining.