Click or drag to resize
XDL

XPBPProviderExporter.BuildPointCloud Method

AddName 함수에 의해 추가된 수많은 지점에 대하여 고속 추출을 하기 위해 구조화시키는 작업을 수행한다.

Namespace:  Pixoneer.NXDL.NDFS
Assembly:  NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntax
C#
public void BuildPointCloud(
	sbyte cMajorVer,
	sbyte cMinorVer,
	XThread thd
)

Parameters

cMajorVer
Type: System.SByte
[In] Major version : 1.
cMinorVer
Type: System.SByte
[In] Minor version : 0.
thd
Type: Pixoneer.NXDL.XThread
성공이면 true, 실패면 false를 리턴
See Also