Click or drag to resize

IVIZZARDServiceRotateObjects Method

특정 모델 회전

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void RotateObjects(
	int[] NodeIndex,
	float rotateX,
	float rotateY,
	float rotateZ,
	bool zerobased,
	bool eachObject
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스 배열
rotateX
Type: SystemSingle
X축 회전값
rotateY
Type: SystemSingle
Y축 회전값
rotateZ
Type: SystemSingle
Z축 회전값
zerobased
Type: SystemBoolean
원점기준 or 현재기준
eachObject
Type: SystemBoolean
개별모델 회전 or 모델전체 회전
See Also