API Reference > Auxiliary Classes > AECDefs Namespace > AECDefs::SegmentEdgePosition Enumeration
AECDefs::SegmentEdgePosition Enumeration
Syntax
C++
enum SegmentEdgePosition { esepNone = 0, esepDiscard = 1, esepFront = 2, esepBack = 3, esepLeft = 4, esepRight = 5, esepTop = 6, esepBottom = 7 };

AECBaseDefs.h

Members 
Description 
esepNone = 0 
undefined; this is the default value that is used for objects of version below 3.0 

The type defines segment edge position.

AEC Segment edge position specifies the optional location of the segment for instances of AECGeSegment2d class. 

TBD - the effect of this option is not clear yet. The value is read from file, can be queried and set through AECGesegment2d methods, and stored to file, but it does not affect any algoritm of ODA Architecture. 

This enum is introduced since version 4.0 only. 

 

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.