-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcExtensions.h
38 lines (32 loc) · 1.65 KB
/
IfcExtensions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
///////////////////////////////////////////////////////////////////////
// IFC Extension for PGSuper
// Copyright © 1999-2023 Washington State Department of Transportation
// Bridge and Structures Office
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Alternate Route Open Source License as
// published by the Washington State Department of Transportation,
// Bridge and Structures Office.
//
// This program is distributed in the hope that it will be useful, but
// distribution is AS IS, WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
// the Alternate Route Open Source License for more details.
//
// You should have received a copy of the Alternate Route Open Source
// License along with this program; if not, write to the Washington
// State Department of Transportation, Bridge and Structures Office,
// P.O. Box 47340, Olympia, WA 98503, USA or e-mail
///////////////////////////////////////////////////////////////////////
// PGSuperProjectImporter.h : Declaration of the CPGSuperProjectImporter
#pragma once
// {14D0D78D-820D-4373-88A0-353ED4D86108}
DEFINE_GUID(LIBID_IFCExtensions,
0x14d0d78d, 0x820d, 0x4373, 0x88, 0xa0, 0x35, 0x3e, 0xd4, 0xd8, 0x61, 0x8);
// {9A717887-EB12-470E-8A4F-C941F65E592B}
DEFINE_GUID(CLSID_PGSuperDataImporter,
0x9a717887, 0xeb12, 0x470e, 0x8a, 0x4f, 0xc9, 0x41, 0xf6, 0x5e, 0x59, 0x2b);
// {4E36E0A6-9EAE-452E-B91C-0099D065A764}
DEFINE_GUID(CLSID_PGSuperDataExporter,
0x4e36e0a6, 0x9eae, 0x452e, 0xb9, 0x1c, 0x0, 0x99, 0xd0, 0x65, 0xa7, 0x64);