Share

SurfaceDefinitionBreaklines Methods

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).

See Also

Reference

Was this information helpful?