Click or drag to resize

TaskManagerAddTranslation Method

이동 정보 추가

Namespace:  VIZCLASH.NET
Assembly:  VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntax
C#
public bool AddTranslation(
	int taskId,
	float x,
	float y,
	float z
)

Parameters

taskId
Type: SystemInt32
간섭검사 Task Id
x
Type: SystemSingle
이동 위치 X
y
Type: SystemSingle
이동 위치 Y
z
Type: SystemSingle
이동 위치 Z

Return Value

Type: Boolean
추가 결과
See Also