This class encapsulates the contour operation list on the surface.
Inheritance Hierarchy
SystemObjectSurfaceDefinitionBaseSurfaceOperationAddContour
Autodesk.Civil.DatabaseServicesSurfaceDefinitionContours
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceDefinitionContours : SurfaceDefinitionBase<SurfaceOperationAddContour>
VB
Public NotInheritable Class SurfaceDefinitionContours Inherits SurfaceDefinitionBase(Of SurfaceOperationAddContour)
C++
public ref class SurfaceDefinitionContours sealed : public SurfaceDefinitionBase<SurfaceOperationAddContour^>
The SurfaceDefinitionContours type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddContours(ObjectIdCollection, Double, Double, Double, Double) | Adds contours to a surface from entities in an ObjectIdCollection. |
![]() | AddContours(Point2dCollection, Double, Double, Double, Double) | Adds contours to a surface from a collection of 2d points. |
![]() | AddContours(Point3dCollection, Double, Double, Double, Double) | Adds contours to a surface from a collection of 3d points. |
![]() | AddContours(ObjectIdCollection, Double, Double, Double, Double, SurfaceMinimizeFlatAreaOptions) | Adds contours to a surface from entities in an ObjectIdCollection, and minimizes flat areas. |
![]() | AddContours(Point2dCollection, Double, Double, Double, Double, SurfaceMinimizeFlatAreaOptions) | Adds contours to a surface from a 2d point collection, and minimizes flat areas. |
![]() | AddContours(Point3dCollection, Double, Double, Double, Double, SurfaceMinimizeFlatAreaOptions) | Adds contours to the surface from a 3d point collection, and minimizes flat areas. |