Click or drag to resize
XDL

XvcPolylineGetAt Method (Int32, Double, Double, Double)

특정 인덱스의 점을 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void GetAt(
	int nIndex,
	ref double x,
	ref double y,
	ref double z
)

Parameters

nIndex
Type: SystemInt32
[In] 0을 기준으로 하는 인덱스.
x
Type: SystemDouble
[Out] 인덱스에 부합하는 점의 x 좌표.
y
Type: SystemDouble
[Out] 인덱스에 부합하는 점의 y 좌표.
z
Type: SystemDouble
[Out] 인덱스에 부합하는 점의 z 좌표.
See Also