Those shapes are all paths which can be easily edited to any shape you like. The cool things about VTScada and the idea studio is that you can copy any object (such as a shape) into a text editor, make your edits, and then paste that text back into the idea studio to create the updated object.
Copy the code below then click on a page in the idea studio and CTRL+V paste it into the idea studio. You should see the triange you are looking for:
GUIPolygon(0, 141, 100, 41,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Brush("<FFA0A0A0>", 0, 1), Pen("<FF000000>", 1, 1),
Path(1,
Vertex(1,
Point(100, 0, Invalid, Invalid),
Point(100, 0, Invalid, Invalid),
Point(100, 0, Invalid, Invalid)),
Vertex(1,
Point(100, 100, Invalid, Invalid),
Point(100, 100, Invalid, Invalid),
Point(100, 100, Invalid, Invalid)),
Vertex(1,
Point(0, 100, Invalid, Invalid),
Point(0, 100, Invalid, Invalid),
Point(0, 100, Invalid, Invalid))));
Those shapes are all paths which can be easily edited to any shape you like. The cool things about VTScada and the idea studio is that you can copy any object (such as a shape) into a text editor, make your edits, and then paste that text back into the idea studio to create the updated object.
Copy the code below then click on a page in the idea studio and CTRL+V paste it into the idea studio. You should see the triange you are looking for:
````
GUIPolygon(0, 141, 100, 41,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Brush("<FFA0A0A0>", 0, 1), Pen("<FF000000>", 1, 1),
Path(1,
Vertex(1,
Point(100, 0, Invalid, Invalid),
Point(100, 0, Invalid, Invalid),
Point(100, 0, Invalid, Invalid)),
Vertex(1,
Point(100, 100, Invalid, Invalid),
Point(100, 100, Invalid, Invalid),
Point(100, 100, Invalid, Invalid)),
Vertex(1,
Point(0, 100, Invalid, Invalid),
Point(0, 100, Invalid, Invalid),
Point(0, 100, Invalid, Invalid))));
````
Trihedral Engineering Ltd.
edited Dec 10 at 5:20 pm