CFx SDK Documentation
2023 SP0
SDK
CFx
aec_inc
AECStructureBaseDefs.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 __AECSTRUCTUREBASEDEFS_H__
25
#define __AECSTRUCTUREBASEDEFS_H__
26
27
namespace
AECDefs
28
{
34
enum
MemberJustification
35
{
36
emjBaseline
= 0,
37
emjTopLeft
= 1,
38
emjTopCenter
= 2,
39
emjTopRight
= 3,
40
emjMiddleLeft
= 4,
41
emjMiddleCenter
= 5,
42
emjMiddleRight
= 6,
43
emjBottomLeft
= 7,
44
emjBottomCenter
= 8,
45
emjBottomRight
= 9
46
};
47
53
enum
MemberType
54
{
55
emtBeam
= 0,
56
emtColumn
= 1,
57
emtBrace
= 2
58
};
59
60
enum
MemberDetalization
61
{
62
emdLow
= 0,
63
emdMedium
= 1,
64
emdHigh
= 2
65
};
66
}
67
68
#endif
//__AECSTRUCTUREBASEDEFS_H__
AECDefs
Definition:
AECArchBaseDefs.h:28
AECDefs::MemberJustification
MemberJustification
Definition:
AECStructureBaseDefs.h:35
AECDefs::emjMiddleCenter
@ emjMiddleCenter
Definition:
AECStructureBaseDefs.h:41
AECDefs::emjTopCenter
@ emjTopCenter
Definition:
AECStructureBaseDefs.h:38
AECDefs::emjBottomCenter
@ emjBottomCenter
Definition:
AECStructureBaseDefs.h:44
AECDefs::emjMiddleLeft
@ emjMiddleLeft
Definition:
AECStructureBaseDefs.h:40
AECDefs::emjBottomLeft
@ emjBottomLeft
Definition:
AECStructureBaseDefs.h:43
AECDefs::emjTopRight
@ emjTopRight
Definition:
AECStructureBaseDefs.h:39
AECDefs::emjMiddleRight
@ emjMiddleRight
Definition:
AECStructureBaseDefs.h:42
AECDefs::emjBaseline
@ emjBaseline
Definition:
AECStructureBaseDefs.h:36
AECDefs::emjTopLeft
@ emjTopLeft
Definition:
AECStructureBaseDefs.h:37
AECDefs::emjBottomRight
@ emjBottomRight
Definition:
AECStructureBaseDefs.h:45
AECDefs::MemberType
MemberType
Definition:
AECStructureBaseDefs.h:54
AECDefs::emtBeam
@ emtBeam
Definition:
AECStructureBaseDefs.h:55
AECDefs::emtColumn
@ emtColumn
Definition:
AECStructureBaseDefs.h:56
AECDefs::emtBrace
@ emtBrace
Definition:
AECStructureBaseDefs.h:57
AECDefs::MemberDetalization
MemberDetalization
Definition:
AECStructureBaseDefs.h:61
AECDefs::emdLow
@ emdLow
Definition:
AECStructureBaseDefs.h:62
AECDefs::emdMedium
@ emdMedium
Definition:
AECStructureBaseDefs.h:63
AECDefs::emdHigh
@ emdHigh
Definition:
AECStructureBaseDefs.h:64
Generated on Thu Feb 24 2022 15:09:24