SurfaceDefinitionContours Class

This class encapsulates the contour operation list on the surface.
Inheritance Hierarchy
SystemObject
  SurfaceDefinitionBaseSurfaceOperationAddContour
    Autodesk.Civil.DatabaseServicesSurfaceDefinitionContours

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfaceDefinitionContours : SurfaceDefinitionBase<SurfaceOperationAddContour>

The SurfaceDefinitionContours type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddContours(ObjectIdCollection, Double, Double, Double, Double) Adds contours to a surface from entities in an ObjectIdCollection.
Public methodAddContours(Point2dCollection, Double, Double, Double, Double) Adds contours to a surface from a collection of 2d points.
Public methodAddContours(Point3dCollection, Double, Double, Double, Double) Adds contours to a surface from a collection of 3d points.
Public methodAddContours(ObjectIdCollection, Double, Double, Double, Double, SurfaceMinimizeFlatAreaOptions) Adds contours to a surface from entities in an ObjectIdCollection, and minimizes flat areas.
Public methodAddContours(Point2dCollection, Double, Double, Double, Double, SurfaceMinimizeFlatAreaOptions) Adds contours to a surface from a 2d point collection, and minimizes flat areas.
Public methodAddContours(Point3dCollection, Double, Double, Double, Double, SurfaceMinimizeFlatAreaOptions) Adds contours to the surface from a 3d point collection, and minimizes flat areas.
Top
See Also