Změna bodu pozorovatele
Contents
[
Hide
]Jak změnit bod pozorovatele
Problém: Jak změnit bod pozorovatele (CADNET-804).
Tipy: Změna pozorovacího bodu probíhá v poli rasterizationOptions.ObserverPoint.
Příklad:
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); |