| 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.
|