Versions Compared

Key

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

...

Code Block
{
	id: "54dd1d25-4c58-4af2-96a1-1d26fa440177",
	attributes: {
		name: "Allplan Tübing",
		shortDescr: "...",
		thumbnail: "http://bimplus.net/images/thumb123231.png",
		divisions: [
			{
				id: "0f106af0-a919-44c5-b211-15bd5ef620b6",
				name: "Architecture",
				revisions: [1, 2, 3, 4, ...],
				disciplines : [
					{
						id: "6a6e4d09-3550-4483-8134-98ac1e6c1afb", 
						name: "IFCWall",
						category: "/1/34/",
						ifcType: "IFCWall"
					},
					{...},
					...
				]
			},
			{...},
			...
		]
	}
}

Class diagram (v2, draft)

...