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(array<WallBreaklineCreationData>[]()[][], Double, Double, Double, Double) |
Adds wall breaklines to a surface, specifying a single elevation for all vertices.
|
![]() | AddWallBreaklines(array<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).
|