Parameter: 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.
hideContour – hide contour
Syntax: ReturnValue = CallCWMethod(
GraphVarName, "
hideContour
")
ReturnValue = CallCWMethod
(GraphVarName, "
hideContour
", ContourName)
Description: This function hides a contour.
Parameter: 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.
showAllContours – shows all contours
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
showAllContours
")
Description: This function makes all contours visible.
Parameter: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
hideAllContours – hide all contours
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
hideAllContours
")
Description: This function hides all contours.
Parameter: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
removeContour – hides a contour
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
removeContour
")
ReturnValue = CallCWMethod
(GraphVarName, "
removeContour
", Contour‐
Name)
Description: Removes a contour.
Graphic and logic elements
7.5 SIEsGraphCustomWidget
SINUMERIK Integrate Run MyScreens (BE2)
234 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1