You are here: Start » AVL.NET » AVS.ResampleSurface_AnyScales Method
AVS.ResampleSurface_AnyScales Method
Changes the coordinates format of the input surface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ResampleSurface_AnyScales ( AvlNet.Surface inSurface, double? inXOffset, double? inXScale, double? inYOffset, double? inYScale, AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | |||
![]() | inXOffset | double? | Offset for the X axis of the output surface. Default value: atl::NIL. | ||
![]() | inXScale | double? | <0.000001, INF> | Scale for the X axis of the output surface. Default value: atl::NIL. | |
![]() | inYOffset | double? | Offset for the Y axis of the output surface. Default value: atl::NIL. | ||
![]() | inYScale | double? | <0.000001, INF> | Scale for the Y axis of the output surface. Default value: atl::NIL. | |
![]() | outSurface | AvlNet.Surface |


