Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	id: "54dd1d25-4c58-4af2-96a1-1d26fa440177",
	name: "Element",
	type: "IFCWall",
	division: "10074EEF-9418-4D64-9C6D-23932835A7F1",
	division,
	parent: null,
	attributes: {
		general: {
			name: "<PP>Wall layer",
			valid: true
		},
		quantity: {
			length: 8523.27,
			width: 300,
			height: 2500,
			volume: 6392448992.508584,
			area: 21308163.308361948
		},
		<...>,
		geometry: {
			<geometry_type>: {
				'C':4291993670,
	 			'V':[96.149, 179.546...],
 				'F':[4,0,1,2,3, 3,4,5,6, ...]
			}
		}
	},
	children: <child_objects>
}

...