The TinVolumeSurface type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeFingerPrint |
Compute FingerPrint of the Entity.
(Inherited from Entity) | |
| Create(String, ObjectId, ObjectId) | Creates a new instance of a TinVolumeSurface and adds it to the database where the surface specified by baseSurfaceId is located. | |
| Create(String, ObjectId, ObjectId, ObjectId) | Creates a new instance of a TinVolumeSurface and adds it to the database where the surface specified by baseSurfaceId is located. | |
| 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.
(Inherited from Surface) | |
| ExportToDEM(String, String, Double, ExportDetermineElevationType) |
Exports the Surface to a DEM file.
(Inherited from Surface) | |
| ExportToDEM(String, String, Double, ExportDetermineElevationType, Boolean, Single) |
Exports the surface to a DEM file, with an optional custom value for null elevation.
(Inherited from Surface) | |
| FindDirectionAtXY |
Gets the direction of the Surface at the specified location (x, y).
(Inherited from Surface) | |
| FindElevationAtXY |
Gets the elevation of the Surface at the specified location (x, y).
(Inherited from Surface) | |
| FindPointsAlongLine |
Gets the points on the surface along the specified line segment.
(Inherited from Surface) | |
| FindSlopeAtXY |
Gets the slope of the Surface at the specified location (x, y).
(Inherited from Surface) | |
| GetBoundedVolumes(Point3dCollection) |
Calculates the volume of an area defined by several points.
(Inherited from Surface) | |
| GetBoundedVolumes(Point3dCollection, Double) |
Calculate the volume of an area defined by several points.
(Inherited from Surface) | |
| GetGeneralProperties |
Gets the general properties of the surface.
(Inherited from Surface) | |
| GetIntersectionPoint |
Gets the intersection point with surface by the specified point and vector.
(Inherited from Surface) | |
| GetReferenceInfo |
For Data Shortcut reference entity (IsReferenceObject == true), gets the entity's reference information.
(Inherited from Entity) | |
| GetTinProperties | Gets the TIN properties of the surface. | |
| GetVolumeProperties | Gets the Volume properties of the surface. | |
| Rebuild |
Rebuilds the surface by processing all the operations one by one in the list.
(Inherited from Surface) | |
| RebuildSnapshot |
Rebuilds the snapshot for the surface.
(Inherited from Surface) | |
| RemoveSnapshot |
Removes the existing snapshot for the surface.
(Inherited from Surface) |
