You are here: Start » AVL.NET » Invoke.RescaleSurface
Changes the distances of surface points to a reference point.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RescaleSurface ( Avl.Surface inSurface, Avl.Point3D inReferencePoint, float inScaleX, Optional<float> inScaleY, Optional<float> inScaleZ, bool inInverse, Avl.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inReferencePoint | Avl.Point3D | Point to which the distances will be changed. | ||
![]() | inScaleX | float | 1.0f | Scaling factor along X axis. Default value: 1.0f. | |
![]() | inScaleY | Atl.Optional<float> | Scaling factor along Y axis. Default value: atl::NIL. | ||
![]() | inScaleZ | Atl.Optional<float> | Scaling factor along Z axis. Default value: atl::NIL. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSurface | Avl.Surface | Rescaled surface. |