Click or drag to resize

Drawing2DMeasureManagerUpdateLevelMeasurePointPosition Method

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

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

Parameters

reviewID  Int32
review ID
x  Single
X축 좌표
y  Single
Y축 좌표
z  Single
Z축 좌표
See Also