SurfaceDefinitionContoursAddContours Method

Overload List
 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