Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesSurfaceMinimizeFlatAreaOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public struct SurfaceMinimizeFlatAreaOptions
VB
Public Structure SurfaceMinimizeFlatAreaOptions
C++
public value class SurfaceMinimizeFlatAreaOptions
The SurfaceMinimizeFlatAreaOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SurfaceMinimizeFlatAreaOptions | Initializes a new instance of the SurfaceMinimizeFlatAreaOptions class |
Properties
| Name | Description | |
|---|---|---|
| AddPointsToEdges | Specifies that a new point should be added to edges that bridge two same-elevation data contours and are not in flat triangles. | |
| AddPointsToTriangles | Specifies that a new point should be added at the midpoint of an edge shared between a flat triangle and a non-flat triangle. | |
| FillGaps | Specifies that small gaps in contours should be filled in. | |
| SwapEdges | Specifies that a non-contour common edge shared between a flat triangle and a non-flat triangle should be swapped. |
