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

OutputSurfaceFormat Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Surface creating filter parameters.

Constructors

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

Properties

 NameTypeDescription
MultipointHeightFilNet.SurfaceMultipointHeightDetermines the Z coordinate of a surface point created from more than one point.
PointTypeFilNet.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(FilNet.OutputSurfaceFormat)
Equals(FilNet.OutputSurfaceFormat, FilNet.OutputSurfaceFormat)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also