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, 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. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSurface | FilNet.Surface | Rescaled surface. |