CFx SDK Documentation
2023 SP0
SDK
CFx
aec_inc
Subobjects
Space
AECSpaceDefs.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3
// All rights reserved.
4
//
5
// This software and its documentation and related materials are owned by
6
// the Alliance. The software may only be incorporated into application
7
// programs owned by members of the Alliance, subject to a signed
8
// Membership Agreement and Supplemental Software License Agreement with the
9
// Alliance. The structure and organization of this software are the valuable
10
// trade secrets of the Alliance and its suppliers. The software is also
11
// protected by copyright law and international treaty provisions. Application
12
// programs incorporating this software must include the following statement
13
// with their copyright notices:
14
//
15
// This application incorporates Teigha(R) software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18
// All rights reserved.
19
//
20
// By use of this software, its documentation or related materials, you
21
// acknowledge and accept the above terms.
23
24
#ifndef __AECSPACEDEFS_H__
25
#define __AECSPACEDEFS_H__
26
31
namespace
AECSpaceDefs
{
35
enum
SurfaceType
{
36
eInteriorWalls
= 1,
37
eExteriorWalls
= 2,
38
eUndergroundWalls
= 3,
39
eShade
= 4,
40
eAir
= 5,
41
eCeiling
= 100,
42
eRoof
= 101,
43
eUndegroundCeiling
= 102,
44
eInteriorFloor
= 200,
45
eSlabOnGrade
= 201,
46
eUndegroundSlab
= 202,
47
eRisedFloor
= 203,
48
eFreestandingColumn
= 300,
49
eEmbeddedColumn
= 301
50
};
51
}
52
53
#endif
// __AECSPACEDEFS_H__
AECSpaceDefs
Definition:
AECSpaceDefs.h:31
AECSpaceDefs::SurfaceType
SurfaceType
Definition:
AECSpaceDefs.h:35
AECSpaceDefs::eRisedFloor
@ eRisedFloor
Definition:
AECSpaceDefs.h:47
AECSpaceDefs::eFreestandingColumn
@ eFreestandingColumn
Definition:
AECSpaceDefs.h:48
AECSpaceDefs::eAir
@ eAir
Definition:
AECSpaceDefs.h:40
AECSpaceDefs::eExteriorWalls
@ eExteriorWalls
Definition:
AECSpaceDefs.h:37
AECSpaceDefs::eRoof
@ eRoof
Definition:
AECSpaceDefs.h:42
AECSpaceDefs::eUndergroundWalls
@ eUndergroundWalls
Definition:
AECSpaceDefs.h:38
AECSpaceDefs::eEmbeddedColumn
@ eEmbeddedColumn
Definition:
AECSpaceDefs.h:49
AECSpaceDefs::eInteriorFloor
@ eInteriorFloor
Definition:
AECSpaceDefs.h:44
AECSpaceDefs::eCeiling
@ eCeiling
Definition:
AECSpaceDefs.h:41
AECSpaceDefs::eInteriorWalls
@ eInteriorWalls
Definition:
AECSpaceDefs.h:36
AECSpaceDefs::eSlabOnGrade
@ eSlabOnGrade
Definition:
AECSpaceDefs.h:45
AECSpaceDefs::eUndegroundSlab
@ eUndegroundSlab
Definition:
AECSpaceDefs.h:46
AECSpaceDefs::eUndegroundCeiling
@ eUndegroundCeiling
Definition:
AECSpaceDefs.h:43
AECSpaceDefs::eShade
@ eShade
Definition:
AECSpaceDefs.h:39
Generated on Thu Feb 24 2022 15:09:23