Click or drag to resize

VIZViewerSetRotateCamera Method

화면 방향 회전

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void SetRotateCamera(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
X 방향 회전 값
y
Type: SystemSingle
Y 방향 회전 값
z
Type: SystemSingle
Z 방향 회전 값
See Also