Share

SurfaceDefinitionContours Methods

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.

See Also

Reference

Was this information helpful?