2020-05-15 12:00 AM
2020-05-16 06:14 PM
2020-05-17 11:58 AM
2020-05-18 09:52 AM
2020-05-18 01:32 PM
POINTCLOUD "Scan_data.gspc"But I do not understand the aim of POINTCLOUD command.
2020-05-19 06:30 AM
2020-05-19 07:52 AM
2020-05-28 07:48 AM
unID = 3000 hotspot 0, 0, 0, unID : unID = unID + 1 hotspot A, 0, 0, unID : unID = unID + 1 hotspot A, B, 0, unID : unID = unID + 1 hotspot 0, B, 0, unID : unID = unID + 1 hotspot A/2, B/2, 0, unID : unID = unID + 1 hotspot 0, 0, ZZYZX, unID : unID = unID + 1 hotspot A, 0, ZZYZX, unID : unID = unID + 1 hotspot A, B, ZZYZX, unID : unID = unID + 1 hotspot 0, B, ZZYZX, unID : unID = unID + 1 hotspot A/2, B/2, ZZYZX, unID : unID = unID + 1 if bProject2D then addz _upperCutPlaneHeight cutplane{2} 0, 1 del 1 addz _lowerCutPlaneHeight rotx 180 cutplane{2} 0, 1 del 2 endif _scale3DModelX = scaleX * _scaleOriginalSize _scale3DModelY = scaleY * _scaleOriginalSize _scale3DModelZ = scaleZ * _scaleOriginalSize mul _scale3DModelX, _scale3DModelY, _scale3DModelZ POINTCLOUD "Maison-Nuage_data.gspc" del 1 ! Delete Scaling if bProject2D then cutend cutend endifWe do not directly use the POINTCLOUD command but it is in fact requested when working with a point cloud.