2.3. PNG export via web API with specified view

When exporting a PNG file via Web API, it is possible to set any view.[19]

In the standard case, a FRONT view is downloaded.

http://<appserver>:<port>/service/export?format=PNG&mident=<Any mident>

However, if you prefer a different view, simply add the corresponding option.

http://<appserver>:<port>/service/export?format=PNG&mident=<Any mident>&options=
{"customRot":1,"rotX":30,"rotY":30,"rotZ":30}

Für eine ISO-Ansicht verwenden Sie:

&options={"customRot":1,"rotX":-50,"rotY":-45,"rotZ":45,"Size":"120x120","ColorSceme":"blank"}