Click or drag to resize
XDL

XscPolygonInsertPointAt Method

다각형의 점을 중간에 추가한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void InsertPointAt(
	int index,
	double x,
	double y,
	double z
)

Parameters

index  Int32
점의 인덱스.
x  Double
위치의 x 값(degree 값).
y  Double
위치의 y 값(degree 값).
z  Double
위치의 z 값(meter 값).

Return Value

이 함수는 값을 반환하지 않는다.
See Also