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
inSurfaceFilNet.SurfaceInput surface.
inReferencePointFilNet.Point3DPoint to which the distances will be changed.
inScaleXfloat1.0fScaling factor along X axis. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outSurfaceFilNet.SurfaceRescaled surface.

Function Overrides

See also