Change of observer point

How to change the observer point

Issue: How to change the observer pointe (CADNET-804).

Tips: Changing the observation point takes place in the rasterizationOptions.ObserverPoint field.

Example:

CadRasterizationOptions rasterizationOptions = new CadRasterizationOptions();
rasterizationOptions.ObserverPoint = new ObserverPoint(-90, 0, 0);