You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RescalePlane

FIL.RescalePlane

Changes the input plane distance to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in RescalePlane.
DomainError Scale cannot be zero in an inverse rescaling of a plane in RescalePlane.

See also