The SurfaceDefinitionBreaklines type exposes the following members.

Methods

  NameDescription
Public methodAddBreaklinesFromFile
Adds breaklines from a .flt file (ASCII file format), and maintains the link to the file.
Public methodAddNonDestructiveBreaklines(ObjectIdCollection, Double)
Adds non-destructive breaklines to a surface from a collection of entities.
Public methodAddNonDestructiveBreaklines(Point2dCollection, Double)
Adds non-destructive breaklines to a surface from a collection of 2d points.
Public methodAddNonDestructiveBreaklines(Point3dCollection, Double)
Adds non-destructive breaklines to a surface from a collection of 3d points.
Public methodAddProximityBreaklines(ObjectIdCollection, Double)
Adds proximity breaklines to a surface from an ObjectId collection.
Public methodAddProximityBreaklines(Point2dCollection, Double)
Adds proximity breaklines to a surface from a collection of 2d points.
Public methodAddProximityBreaklines(Point3dCollection, Double)
Adds proximity breaklines to a surface from a collection of 3d points.
Public methodAddStandardBreaklines(ObjectIdCollection, Double, Double, Double, Double)
Adds standard breaklines to the surface fromm a collection of entities.
Public methodAddStandardBreaklines(Point2dCollection, Double, Double, Double, Double)
Adds standard breaklines to the surface from a collection of 2d points.
Public methodAddStandardBreaklines(Point3dCollection, Double, Double, Double, Double)
Adds standard breaklines to the surface from a collection of 3d points.
Public methodAddWallBreaklines(array<WallBreaklineCreationData>[]()[][], Double, Double, Double, Double)
Adds wall breaklines to a surface, specifying a single elevation for all vertices.
Public methodAddWallBreaklines(array<WallBreaklineCreationDataEx>[]()[][], Double, Double, Double, Double)
Adds wall breaklines to a surface, specifiying elevations for each vertex.
Public methodImportBreaklinesFromFile
Adds breaklines from a .flt file (ASCII file format).

See Also