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

FIL.RescalePoint3D

Changes the distance of a point to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RescalePoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inReferencePointFilNet.Point3DPoint to which the distance will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D

Errors

List of possible exceptions:

Error type Description
DomainError Scale cannot be zero in an inverse rescaling of a point.

See also