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 Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic sealed class SurfaceDefinitionBreaklines : SurfaceDefinitionBase<SurfaceOperationAddBreakline>
Public NotInheritable Class SurfaceDefinitionBreaklines
Inherits SurfaceDefinitionBase(Of SurfaceOperationAddBreakline)
public ref class SurfaceDefinitionBreaklines sealed : public SurfaceDefinitionBase<SurfaceOperationAddBreakline^>
The SurfaceDefinitionBreaklines type exposes the following members.
Methods | Name | Description |
---|
 | AddBreaklinesFromFile |
Adds breaklines from a .flt file (ASCII file format), and maintains the link to the file.
|
  | AddNonDestructiveBreaklines(ObjectIdCollection, Double) |
Adds non-destructive breaklines to a surface from a collection of entities.
|
 | AddNonDestructiveBreaklines(Point2dCollection, Double) |
Adds non-destructive breaklines to a surface from a collection of 2d points.
|
 | AddNonDestructiveBreaklines(Point3dCollection, Double) |
Adds non-destructive breaklines to a surface from a collection of 3d points.
|
  | AddProximityBreaklines(ObjectIdCollection, Double) |
Adds proximity breaklines to a surface from an ObjectId collection.
|
 | AddProximityBreaklines(Point2dCollection, Double) |
Adds proximity breaklines to a surface from a collection of 2d points.
|
 | AddProximityBreaklines(Point3dCollection, Double) |
Adds proximity breaklines to a surface from a collection of 3d points.
|
  | AddStandardBreaklines(ObjectIdCollection, Double, Double, Double, Double) |
Adds standard breaklines to the surface fromm a collection of entities.
|
 | AddStandardBreaklines(Point2dCollection, Double, Double, Double, Double) |
Adds standard breaklines to the surface from a collection of 2d points.
|
 | AddStandardBreaklines(Point3dCollection, Double, Double, Double, Double) |
Adds standard breaklines to the surface from a collection of 3d points.
|
 | AddWallBreaklines(WallBreaklineCreationData, Double, Double, Double, Double) |
Adds wall breaklines to a surface, specifying a single elevation for all vertices.
|
 | AddWallBreaklines(WallBreaklineCreationDataEx, Double, Double, Double, Double) |
Adds wall breaklines to a surface, specifiying elevations for each vertex.
|
  | ImportBreaklinesFromFile |
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