SectionGeneration Enumeration
 | 
Represents the generation properties for
section generation.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
[FlagsAttribute]
public enum SectionGeneration
 
<FlagsAttribute>
Public Enumeration SectionGeneration
 
[FlagsAttribute]
public enum class SectionGeneration
 
[<FlagsAttribute>]
type SectionGeneration
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| SourceAllObjects | 
1 | 
Section plane cuts through all objects. | 
| SourceSelectedObjects | 
2 | 
Section plane cuts only through selected objects. | 
| DestinationNewBlock | 
16 | 
Section is created as a new block. | 
| DestinationReplaceBlock | 
32 | 
Section replaces an existing block. | 
| DestinationFile | 
64 | 
Section is saved to a file. | 
 
See Also