The Surface type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ComputeFingerPrint |
Compute FingerPrint of the Entity.
(Inherited from Entity) |
![]() ![]() | 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). |
![]() | FindPointsAlongLine | Gets the points on the surface along the specified line segment. |
![]() | 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. |
![]() ![]() | GetReferenceInfo |
For Data Shortcut reference entity (IsReferenceObject == true), gets the entity's reference information.
(Inherited from Entity) |
![]() ![]() | 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. |