Add Shapes ( Rectangle, Lines, Circle etc) in Perspective

Hi,

How can we add the Shapes ( Rectangle, Lines, Circle, etc) in perspective?

Thanks.

Perspective doesn't currently have native drawing tools. Some topics that may be helpful.
https://forum.inductiveautomation.com/search?q=Perspective%20drawing%20order%3Alatest

I recommend Inkscape to draw externally, save as SVG, and then simply embed that SVG into your view. You can also use a label to create some simple graphics, although IMO that is a bit hacky.

1 Like

You can do quite a lot with labels.

For each of the above you can set the border style and fill style as required. Obviously, clear the text if you don't want it.

#3 and #7 have corner radius set to fixed value.
#4 and #8 have corner radius set to 50%.
#5 and #6 have only a top border.
#6 and #7 have POSITION.rotation : 315deg.

Don't tell jlandwerlen!

2 Likes

I did link a past topic where you detailed this.

Ha! I didn't check it. I hope I'm consistent!

No built in SVG editor yet, but it will be out soon with the release of 8.3 (IA please no more delays).

For now you need to use an external SVG editor of your choice

Hi, Can you explain how create and import SVG's?

Thanks,

You can use anything from Notepad to Adobe Photoshop to create SVG's, its really just a matter of preference. Generally I just use a "blank" SVG that I have saved as a starting point and then modify it inside of the designer to fit my needs. If I am in a hurry and need something that is complex then I will use Inkscape.

Here are a couple of topics that talk about the process.

2 Likes

When it's time to import, you simply drag and drop and select embed when prompted.

1 Like