SurfaceBuildOptions Class

This class encapsulates options for Surface build operations.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceBuildOptions

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

The SurfaceBuildOptions type exposes the following members.

Properties
 NameDescription
Public propertyCopyDeletedDependentObjects 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.
Public propertyCrossingBreaklinesElevationOption Specifies the elevation to use for the crossing breaklines.
Public propertyExecludeMaximumElevation Gets or sets a boolean value indicates whether an elevation greater than the maximum value should be excluded when the surface is built.
Public propertyExecludeMinimumElevation Gets or sets whether an elevation less than the minimum value specified by MinimumElevation should be excluded when the surface is built.
Public propertyMaximumAngleBetweenAdjacentTinLines Gets or sets the maximum angle between adjacent tin lines should be limited when the surface is built.
Public propertyMaximumElevation Gets or sets the maximum elevation's value when the surface is built.
Public propertyMaximumTriangleLength Gets or sets the maximum triangle length's value when the surface is built.
Public propertyMinimumElevation Gets or sets the minimum elevation's value when the surface is built.
Public propertyNeedConvertBreaklines Gets or sets whether proximity breaklines are converted to standard breaklines when the surface is built.
Public propertyUseMaximumAngle Gets or sets a boolean value indicates whether a maximum angle between adjacent tin lines should be limited when the surface is built.
Public propertyUseMaximumTriangleLength Gets or sets whether the surface triangles that exceed the length specified by MaximumTriangleLength are removed from the boundary of the surface.
Top
Remarks
The options exposed in this class correspond to the Build options on the Definition tab of the Surface Properties dialog in the Civil 3D GUI.
See Also