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