You are here: Start » FIL.NET » Invoke.RescaleCircle3D
Changes radius of a circle in 3D and translates its center in relation to a reference point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescaleCircle3D ( Fil.Circle3D inCircle3D, Optional<Fil.Point3D> inReferencePoint, float inScale, bool inInverse, out Fil.Circle3D outCircle3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle3D | Fil.Circle3D | |||
![]() | inReferencePoint | Ftl.Optional<Fil.Point3D> | The point to which the distance of the circle center is changed (circle center by default). Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle3D | Fil.Circle3D |