Example
setView(-15, -15, 15, 15)
setFillColor("#A0A0A4")
addCircle(0, 0, 5)
KeepAspectRatio = TRUE
Figure 7-9 Aspect ratio from X to Y axis remain the same
KeepAspectRatio = TRUE
Figure 7-10 Aspect ratio from X to Y axis distorted
SelectedContour – name of the currently selected contour
Syntax: ReturnValue = ReadCWProperty
(GraphVarName, "
SelectedContour
")
WriteCWProperty
(GraphVarName, "
SelectedContour
", Value)
Description: Reads or sets the selection of the actual contour.
Parameter: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Read value of the property (QString)
Value Value to be set (QString)
Note
In order to be able to execute operations on a contour, e.g. to add a graphic object, you must
first select this.
Graphic and logic elements
7.5 SIEsGraphCustomWidget
SINUMERIK Integrate Run MyScreens (BE2)
226 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1