Thay đổi điểm quan sát
Contents
[
Hide
]Cách thay đổi điểm quan sát
Vấn đề: Cách thay đổi điểm quan sát (CADNET-804).
Mẹo: Việc thay đổi điểm quan sát diễn ra trong trường rasterizationOptions.ObserverPoint.
Ví dụ:
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); |