Share

SurfaceMinimizeFlatAreaOptions Structure

Inheritance Hierarchy

SystemObject
  SystemValueType
    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

 NameDescription
Public methodSurfaceMinimizeFlatAreaOptionsInitializes a new instance of the SurfaceMinimizeFlatAreaOptions class

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.

See Also

Reference

Was this information helpful?