PreviousNext
Help > Programming PhotoModeler - Scripting/DDE Interface > Commands > MergeRegister
MergeRegister

Description:

Merges multiple pointmeshes into one (with optional registration)

Syntax:

" MergeRegister outPcMeshId register inPcMeshId1 inPcMeshId2 …"

where:

- outPcMeshId is an id number identifying the output point cloud PointMesh (error condition if id already exists)

- register is 0=do nothing, 1=peform fitting and registration step

- inPcMeshIdN are the id numbers identifying the input PointMeshes (Error if mesh doesn’t exist)

Return:

"1" if the projects merged successfully, orĀ  "0" if it fails.

Example:

“MergeRegister 4 0 1 2 3"

return "1"