Click or drag to resize
XDL

XvcPolygonGetAt(Int32, Double, Double, Double) Method

특정 인덱스 위치에 있는 점을 가져온다.

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

Parameters

nIndex  Int32
[In] 0을 기준으로 하는 인덱스.
x  Double
[Out] 특정 인덱스에 있는 점의 x 좌표.
y  Double
[Out] 특정 인덱스에 있는 점의 y 좌표.
z  Double
[Out] 특정 인덱스에 있는 점의 z 좌표.
See Also