Click or drag to resize
XDL

XscPolyLineExAddPoint Method

확장 폴리라인의 점을 추가한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void AddPoint(
	double x,
	double y,
	double minHeight,
	double maxHeight
)

Parameters

x  Double
[In] 위치의 x 값(degree 값).
y  Double
[In] 위치의 y 값(degree 값).
minHeight  Double
[In] 각기둥의 최대 높이(meter 값).
maxHeight  Double
[In] 각기둥의 최소 높이(meter 값).

Return Value

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