API Reference > OdDb Classes > OdDbSectionViewStyle Class > OdDbSectionViewStyle Enumerations > OdDbSectionViewStyle::ArrowDirection Enumeration
OdDbSectionViewStyle::ArrowDirection Enumeration
Syntax
C++
enum ArrowDirection { kTowardsCuttingPlane = 0, kAwayFromCuttingPlane = 1 };

DbSectionViewStyle.h

Members 
Description 
kTowardsCuttingPlane = 0 
The arrowheads are oriented towards the cutting plane. 
kAwayFromCuttingPlane = 1 
The arrowheads are oriented away from the cutting plane. 

Defines section view symbol arrowhead direction.

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