SurfaceDefinitionBreaklines Class

This class encapsulates the breakline operation list for a surface. Operations are held in the order they are performed on the surface.
Inheritance Hierarchy
SystemObject
  SurfaceDefinitionBaseSurfaceOperationAddBreakline
    Autodesk.Civil.DatabaseServicesSurfaceDefinitionBreaklines

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfaceDefinitionBreaklines : SurfaceDefinitionBase<SurfaceOperationAddBreakline>

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 methodCode exampleAddNonDestructiveBreaklines(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 methodCode exampleAddProximityBreaklines(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 methodCode exampleAddStandardBreaklines(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(WallBreaklineCreationData, Double, Double, Double, Double) Adds wall breaklines to a surface, specifying a single elevation for all vertices.
Public methodAddWallBreaklines(WallBreaklineCreationDataEx, Double, Double, Double, Double) Adds wall breaklines to a surface, specifiying elevations for each vertex.
Public methodCode exampleImportBreaklinesFromFile Adds breaklines from a .flt file (ASCII file format).
Top
Remarks
The breaklines are defined by objects such as Polyline/Polyline2d/Polyline3d/Circle/Ellipse/Spline/Line or grading feature lines.
See Also