SurfaceSimplifyOptions Class

This class represents the options for simplifing a TinSurface object.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceSimplifyOptions

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

The SurfaceSimplifyOptions type exposes the following members.

Constructors
 NameDescription
Public methodSurfaceSimplifyOptions(SurfaceSimplifyOptions) SurfaceSimplifyOptions copy constructor.
Public methodSurfaceSimplifyOptions(SurfaceSimplifyType) SurfaceSimplifyOptions constructor.
Top
Properties
 NameDescription
Public propertyMaximumChangeInElevation Gets or sets the maximum change in elevation.
Public propertyPercentageToRemove Gets or sets the value that specifies the percentage of points to remove.
Public propertyRegionOption Gets the region option for surface simplification.
Public propertySimplifyMethod Gets or sets the simplification method to apply to the surface.
Public propertyUseMaximumChangeInElevation Gets or sets whether to use maximum change in elevation.
Public propertyUsePercentageToRemove Gets or sets whether to use percentage of points to remove.
Public propertyUserSpecifiedPolygonRegion Gets or sets the region within the surface to apply the simplification to.
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodSetSurfaceBorderAsRegion Sets the surface border as region to apply the simplification.
Public methodSetUserSpecifiedPolygonRegionByEntityId Sets the region defined by an existing entity in the drawing.
Top
See Also