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