The Surface type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateSnapshot |
Creates a snapshot that contains the current state of points and triangles resulting from previous Surface operations.
A snapshot can improve the performance of Surface builds from subsequent operations.
|
![]() | ExportToDEM(String, String, Double, ExportDetermineElevationType) |
Exports the Surface to a DEM file.
|
![]() | ExportToDEM(String, String, Double, ExportDetermineElevationType, Boolean, Single) |
Exports the surface to a DEM file, with an optional custom value for null elevation.
|
![]() | FindDirectionAtXY |
Gets the direction of the Surface at the specified location (x, y).
|
![]() | FindElevationAtXY |
Gets the elevation of the Surface at the specified location (x, y).
|
![]() | FindSlopeAtXY |
Gets the slope of the Surface at the specified location (x, y).
|
![]() | GetBoundedVolumes(Point3dCollection) |
Calculates the volume of an area defined by several points.
|
![]() | GetBoundedVolumes(Point3dCollection, Double) |
Calculate the volume of an area defined by several points.
|
![]() | GetGeneralProperties |
Gets the general properties of the surface.
|
![]() | GetIntersectionPoint |
Gets the intersection point with surface by the specified point and vector.
|
![]() ![]() | GetProperty<Autodesk::Civil::DatabaseServices::GeneralSurfaceProperties> | |
![]() ![]() | GetProperty<Autodesk::Civil::DatabaseServices::GridSurfaceProperties> | |
![]() ![]() | GetProperty<Autodesk::Civil::DatabaseServices::TerrainSurfaceProperties> | |
![]() ![]() | GetProperty<Autodesk::Civil::DatabaseServices::TinSurfaceProperties> | |
![]() ![]() | GetProperty<Autodesk::Civil::DatabaseServices::VolumeSurfaceProperties> | |
![]() | Rebuild |
Rebuilds the surface by processing all the operations one by one in the list.
|
![]() | RebuildSnapshot |
Rebuilds the snapshot for the surface.
|
![]() | RemoveSnapshot |
Removes the existing snapshot for the surface.
|