2020-05-15
	
		
		09:00 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		2022-09-26
	
		
		10:52 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Daniel Kassai
		
		
		
		
		
		
		
		
	
			
		
Solved! Go to Solution.
2020-05-28 04:48 PM

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
endif
We do not directly use the POINTCLOUD command but it is in fact requested when working with a point cloud.2020-05-17 03:14 AM
2020-05-17 08:58 PM
2020-05-18 06:52 PM
2020-05-18 10:32 PM
POINTCLOUD "Scan_data.gspc"But I do not understand the aim of POINTCLOUD command.
2020-05-19 03:30 PM
2020-05-19 04:52 PM
2020-05-28 04:48 PM

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
endif
We do not directly use the POINTCLOUD command but it is in fact requested when working with a point cloud.