This class encapsulates options for Surface build operations.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceBuildOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceBuildOptions
VB
Public NotInheritable Class SurfaceBuildOptions
C++
public ref class SurfaceBuildOptions sealed
The SurfaceBuildOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CopyDeletedDependentObjects | Gets or sets whether a drawing object (such as a polyline defining a boundary or breakline) is copied to the surface definition if the original object is deleted. |
![]() | CrossingBreaklinesElevationOption | Specifies the elevation to use for the crossing breaklines. |
![]() | ExecludeMaximumElevation | Gets or sets a boolean value indicates whether an elevation greater than the maximum value should be excluded when the surface is built. |
![]() | ExecludeMinimumElevation | Gets or sets whether an elevation less than the minimum value specified by MinimumElevation should be excluded when the surface is built. |
![]() | MaximumAngleBetweenAdjacentTinLines | Gets or sets the maximum angle between adjacent tin lines should be limited when the surface is built. |
![]() | MaximumElevation | Gets or sets the maximum elevation's value when the surface is built. |
![]() | MaximumTriangleLength | Gets or sets the maximum triangle length's value when the surface is built. |
![]() | MinimumElevation | Gets or sets the minimum elevation's value when the surface is built. |
![]() | NeedConvertBreaklines | Gets or sets whether proximity breaklines are converted to standard breaklines when the surface is built. |
![]() | UseMaximumAngle | Gets or sets a boolean value indicates whether a maximum angle between adjacent tin lines should be limited when the surface is built. |
![]() | UseMaximumTriangleLength | Gets or sets whether the surface triangles that exceed the length specified by MaximumTriangleLength are removed from the boundary of the surface. |