SurfaceDefinitionContours Class |
This class encapsulates the contour operation list on the surface.
Inheritance Hierarchy Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic sealed class SurfaceDefinitionContours : SurfaceDefinitionBase<SurfaceOperationAddContour>
Public NotInheritable Class SurfaceDefinitionContours
Inherits SurfaceDefinitionBase(Of SurfaceOperationAddContour)
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.
|
Top
See Also