CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
AECWallModifier.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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 Open Design Alliance software pursuant to a
16// license agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 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 __AECWALLMODIFIER_H__
25#define __AECWALLMODIFIER_H__
26
30
36class AECARCHBASE_API AECWallModifier : public AECImpObj
37{
39
40 public:
47 {
48 eLeft = 0,
49 eRight = 1,
50 eBoth = 2
51 };
52
53 public:
60 double GetLength() const;
61
68 void SetLength( double dLength );
69
79 double GetDepth() const;
80
84 void SetDepth( double dDepth );
85
94
102 void SetModStyle( const OdDbObjectId& id );
103
108
114
118 bool IsDrawnSizeUsed() const;
119
123 void SetIsDrawnSizeUsed( bool bUsed );
124
128 bool IsMirrorX() const;
129
133 void SetIsMirrorX( bool bMirrored );
134
138 bool IsMirrorY() const;
139
143 void SetIsMirrorY( bool bMirrored );
144
156
161
169
174
179};
180
183
184#endif //__AECWALLMODIFIER_H__
#define AEC_DECLARE_MEMBERS(ClassName)
Definition: AECMacros.h:54
OdSmartPtr< AECWallModifier > AECWallModifierPtr
AECSubPtr< AECWallModifier > AECWallModifierSubPtr
unsigned short OdUInt16
ApplyTo GetApplyFlag() const
void SetDepth(double dDepth)
bool IsMirrorY() const
void SetIsMirrorX(bool bMirrored)
AECWallElevSubPtr GetTopElevation() const
double GetLength() const
void SetIsDrawnSizeUsed(bool bUsed)
AECWallElevSubPtr GetBottomElevation() const
void SetModStyle(const OdDbObjectId &id)
bool IsMirrorX() const
void SetIsMirrorY(bool bMirrored)
OdDbObjectId GetModStyle() const
bool IsDrawnSizeUsed() const
void SetComponentIndex(OdUInt16 iIndex)
double GetDepth() const
void SetLength(double dLength)
void SetApplyFlag(ApplyTo eTo)
OdUInt16 GetComponentIndex() const
AECAnchorToCurveXSubPtr GetAnchorToCurveX() const