You are here: Start » AVL.NET » OutputSurfaceFormat Class
OutputSurfaceFormat Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Surface creating filter parameters.
Constructors
| Constructor | Description | |
|---|---|---|
| OutputSurfaceFormat(Double, Double, Double, Double, PlainType, SurfaceMultipointHeight) | ||
| OutputSurfaceFormat() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| MultipointHeight | AvlNet.SurfaceMultipointHeight | Determines the Z coordinate of a surface point created from more than one point. | |
| PointType | AvlNet.PlainType | Type of single point Z coordinate. | |
| XScale | System.Double | Scale factor of final x coordinate. | |
| YScale | System.Double | Scale factor of final y coordinate. | |
| ZOffset | System.Double | Offset of final z coordinate. | |
| ZScale | System.Double | Scale factor of final z coordinate. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.OutputSurfaceFormat) | ||
| Equals(AvlNet.OutputSurfaceFormat, AvlNet.OutputSurfaceFormat) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
