API Reference > OdDb Classes > OdDbBlendOptions Class > OdDbBlendOptions Enumerations > OdDbBlendOptions::DriveModeType Enumeration
OdDbBlendOptions::DriveModeType Enumeration

The drive mode property defines which section(s) "drive" the creation of the planes  

containing the planar guides. Any of the two input sections can be selected for  

that role, or both of them can be used at the same time (the default value).  

The implementation uses the driving sections in conjunction with the coplanar point  

and direction (if supplied). 

 

Syntax
C++
enum DriveModeType { kDriveModeFirst = 0, kDriveModeSecond = 1, kDriveModeBoth = 2 };

DbBlendOptions.h

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