SurfaceMinimizeFlatAreaOptions Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesSurfaceMinimizeFlatAreaOptions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public struct SurfaceMinimizeFlatAreaOptions

The SurfaceMinimizeFlatAreaOptions type exposes the following members.

Constructors
 NameDescription
Public methodSurfaceMinimizeFlatAreaOptionsInitializes a new instance of the SurfaceMinimizeFlatAreaOptions class
Top
Properties
 NameDescription
Public propertyAddPointsToEdges Specifies that a new point should be added to edges that bridge two same-elevation data contours and are not in flat triangles.
Public propertyAddPointsToTriangles Specifies that a new point should be added at the midpoint of an edge shared between a flat triangle and a non-flat triangle.
Public propertyFillGaps Specifies that small gaps in contours should be filled in.
Public propertySwapEdges Specifies that a non-contour common edge shared between a flat triangle and a non-flat triangle should be swapped.
Top
See Also