Inherits ScriptObject.
Public Member Functions | |
| Record () | |
| Boolean | isValid () |
| Integer | getId () |
| Integer | getType () |
| Integer | getCategories () |
| Boolean | isMotion () |
| Boolean | isCycle () |
| String | getCycleType () |
| Boolean | isParameter () |
| String | getParameterName () |
| Value | getParameterValue () |
An NC record in the NC database.
| Record | ( | ) |
Constructs an invalid record.
| Integer getCategories | ( | ) |
Returns the categories.
| String getCycleType | ( | ) |
Returns the cycle type.
| Integer getId | ( | ) |
Returns the id of the record.
| String getParameterName | ( | ) |
Returns the parameter name.
| Value getParameterValue | ( | ) |
Returns the parameter value.
| Integer getType | ( | ) |
Returns the type of the record.
| Boolean isCycle | ( | ) |
Returns true if the record is a cycle record.
| Boolean isMotion | ( | ) |
Returns true if the record is a motion record.
| Boolean isParameter | ( | ) |
Returns true if the record is a parameter.
| Boolean isValid | ( | ) |
Returns true if the record is valid.