Skip to content

DTMServiceResult

Canonical path: NemAll_Python_BaseElements.DTMServiceResult

Bases: Enum

Result for the merge of the top surface to the DTM

eMerged : Merged eMergedWithOffset: Merged by using the vertical faces offset eNotMerged : Not merged

Attributes:

eMerged class-attribute instance-attribute

eMerged = 0

eMergedWithOffset class-attribute instance-attribute

eMergedWithOffset = 1

eNotMerged class-attribute instance-attribute

eNotMerged = 2
Placeholder