Click or drag to resize

IVIZZARDServiceMoveObjects Method

특정 모델 이동

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void MoveObjects(
	int[] NodeIndex,
	float distanceX,
	float distanceY,
	float distanceZ,
	bool zerobased
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스 배열
distanceX
Type: SystemSingle
X축 방향 이동거리
distanceY
Type: SystemSingle
Y축 방향 이동거리
distanceZ
Type: SystemSingle
Z축 방향 이동거리
zerobased
Type: SystemBoolean
원점기준 or 현재기준
See Also