You are here: Start » FIL.NET » Function Reference » Surface » Surface Interpolations » FIL.ResampleSurface_AnyScales
Changes the coordinates format of the input surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inXOffset | double? | Offset for the X axis of the output surface. Default value: ftl::NIL. | ||
![]() | inXScale | double? | <0.000001, INF> | Scale for the X axis of the output surface. Default value: ftl::NIL. | |
![]() | inYOffset | double? | Offset for the Y axis of the output surface. Default value: ftl::NIL. | ||
![]() | inYScale | double? | <0.000001, INF> | Scale for the Y axis of the output surface. Default value: ftl::NIL. | |
![]() | outSurface | FilNet.Surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Non-positive scale on input in ResampleSurface_AnyScales. |