Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSectionSettings::Generation Enumeration
Syntax
C++
enum Generation { kSourceAllObjects = 0x1, kSourceSelectedObjects = 0x2, kDestinationNewBlock = 0x10, kDestinationReplaceBlock = 0x20, kDestinationFile = 0x40 };
Members
Description
kSourceAllObjects
Section planes cuts through all objects.
kSourceSelectedObjects
Section plane cuts only through selected objects.
kDestinationNewBlock
Section will be created as a new block.
kDestinationReplaceBlock
Section will replace an existing block.
kDestinationFile
Section will be saved in a file.

Generation properties for section generation.

File: DbSection.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.