You are here: Start » FIL.NET » FIS.ResampleSurface_AnyScales Method

FIS.ResampleSurface_AnyScales Method

Changes the coordinates format of the input surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResampleSurface_AnyScales
(
	FilNet.Surface inSurface,
	double? inXOffset,
	double? inXScale,
	double? inYOffset,
	double? inYScale,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inXOffsetdouble?Offset for the X axis of the output surface. Default value: ftl::NIL.
inXScaledouble?<0.000001, INF>Scale for the X axis of the output surface. Default value: ftl::NIL.
inYOffsetdouble?Offset for the Y axis of the output surface. Default value: ftl::NIL.
inYScaledouble?<0.000001, INF>Scale for the Y axis of the output surface. Default value: ftl::NIL.
outSurfaceFilNet.Surface

Function Overrides

See also