Change of observer point
Contents
[
Hide
]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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CadRasterizationOptions rasterizationOptions = new CadRasterizationOptions(); | |
rasterizationOptions.ObserverPoint = new ObserverPoint(-90, 0, 0); |