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

FIS.RescaleCircle3D Method

Changes radius of a circle in 3D and translates its center in relation to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescaleCircle3D
(
	FilNet.Circle3D inCircle3D,
	FilNet.Point3D? inReferencePoint,
	float inScale,
	bool inInverse,
	out FilNet.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DFilNet.Circle3D
inReferencePointFilNet.Point3D?The point to which the distance of the circle center is changed (circle center by default). Default value: ftl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outCircle3DFilNet.Circle3D

Function Overrides

See also