You are here: Start » AVL.NET » OutputSurfaceFormat Class

OutputSurfaceFormat Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Surface creating filter parameters.

Constructors

 ConstructorDescription
OutputSurfaceFormat(Double, Double, Double, Double, PlainType, SurfaceMultipointHeight)
OutputSurfaceFormat()

Properties

 NameTypeDescription
MultipointHeightAvlNet.SurfaceMultipointHeightDetermines the Z coordinate of a surface point created from more than one point.
PointTypeAvlNet.PlainTypeType of single point Z coordinate.
XScaleSystem.DoubleScale factor of final x coordinate.
YScaleSystem.DoubleScale factor of final y coordinate.
ZOffsetSystem.DoubleOffset of final z coordinate.
ZScaleSystem.DoubleScale factor of final z coordinate.

Methods

 NameDescription
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

Remarks

See also