You are here: Start » FIL.NET » Invoke.RescalePlane

Invoke.RescalePlane

Changes the input plane distance to a reference point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescalePlane
(
	Fil.Plane3D inPlane,
	Fil.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out Fil.Plane3D outPlane
)

Parameters

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

See also