관찰 지점 변경
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); |