Parameters: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
ContourName Name of the contour (QString).
If a contour is not specified, then the call automatically
refers to the currently selected contour.
Note
This function automatically refreshes the display.
moveCursorOnContourNext – position the cursor to the next graphic object of a contour
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
moveCursorOnContourNext
")
ReturnValue = CallCWMethod
(GraphVarName, "
moveCursorOnContourNext
",
ContourName)
Description: Starting from the actual cursor position within a contour, using this function you
can navigate the cursor to the next point object of a contour.
Parameters: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
ContourName Name of the contour (QString).
If a contour is not specified, then the call automatically
refers to the currently selected contour.
Note
This function automatically refreshes the display.
moveCursorOnContourBack – position the cursor to the previous graphic object of a contour
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
moveCursorOnContourBack
")
ReturnValue = CallCWMethod
(GraphVarName, "
moveCursorOnContourBack
",
ContourName)
Description: Starting from the actual cursor position within a contour, using this function you
can navigate the cursor to the previous point object of a contour.
Parameters: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
ContourName Name of the contour (QString).
If a contour is not specified, then the call automatically
refers to the currently selected contour.
Graphic and logic elements
7.5 SIEsGraphCustomWidget
SINUMERIK Integrate Run MyScreens (BE2)
244 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1