The SurfaceSimplifyOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SurfaceSimplifyOptions(SurfaceSimplifyOptions) |
SurfaceSimplifyOptions copy constructor.
|
![]() | SurfaceSimplifyOptions(SurfaceSimplifyType) |
SurfaceSimplifyOptions constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object..::..Equals(Object).) |
![]() | SetSurfaceBorderAsRegion |
Sets the surface border as region to apply the simplification.
|
![]() | SetUserSpecifiedPolygonRegionByEntityId |
Sets the region defined by an existing entity in the drawing.
|
Properties
Name | Description | |
---|---|---|
![]() | MaximumChangeInElevation |
Gets or sets the maximum change in elevation.
|
![]() | PercentageToRemove |
Gets or sets the value that specifies the percentage of points to remove.
|
![]() | RegionOption |
Gets the region option for surface simplification.
|
![]() | SimplifyMethod |
Gets or sets the simplification method to apply to the surface.
|
![]() | UseMaximumChangeInElevation |
Gets or sets whether to use maximum change in elevation.
|
![]() | UsePercentageToRemove |
Gets or sets whether to use percentage of points to remove.
|
![]() | UserSpecifiedPolygonRegion |
Gets or sets the region within the surface to apply the simplification to.
|