API Reference > OdDb Classes > OdDbSectionSettings Class > OdDbSectionSettings Enumerations > OdDbSectionSettings::Generation Enumeration
OdDbSectionSettings::Generation Enumeration
Syntax
C++
enum Generation { kSourceAllObjects = 0x1, kSourceSelectedObjects = 0x2, kDestinationNewBlock = 0x10, kDestinationReplaceBlock = 0x20, kDestinationFile = 0x40 };

DbSection.h

Members 
Description 
kSourceAllObjects = 0x1 
Section planes cuts through all objects. 
kSourceSelectedObjects = 0x2 
Section plane cuts only through selected objects. 
kDestinationNewBlock = 0x10 
Section will be created as a new block. 
kDestinationReplaceBlock = 0x20 
Section will replace an existing block. 
kDestinationFile = 0x40 
Section will be saved in a file. 

Generation properties for section generation.

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