You are here: Start » FIL.NET » FIS.RescalePlane Method

FIS.RescalePlane Method

Changes the input plane distance to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescalePlane
(
	FilNet.Plane3D inPlane,
	FilNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFilNet.Plane3D
inReferencePointFilNet.Point3DThe point to which the distance of plane is changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPlaneFilNet.Plane3D

See also