观察点的变化
Contents
[
Hide
]如何改变观察点
问题: 如何改变观察点 (CADNET-804)。
提示: 改变观察点发生在 rasterizationOptions.ObserverPoint 字段中。
示例:
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); |