The SurfaceSimplifyOptions type exposes the following members.

Constructors

  NameDescription
Public methodSurfaceSimplifyOptions(SurfaceSimplifyOptions)
SurfaceSimplifyOptions copy constructor.
Public methodSurfaceSimplifyOptions(SurfaceSimplifyType)
SurfaceSimplifyOptions constructor.

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(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.

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.

See Also