Click or drag to resize

Drawing2DMeasureManagerUpdateLevelMeasurePointPosition Method

3D 측정 - 설계점, 측정점 해당 좌표로 변경

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void UpdateLevelMeasurePointPosition(
	int reviewID,
	float x,
	float y,
	float z
)

Parameters

reviewID
Type: SystemInt32
review ID
x
Type: SystemSingle
X축 좌표
y
Type: SystemSingle
Y축 좌표
z
Type: SystemSingle
Z축 좌표
See Also