観察点の変更
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); |