You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RescaleCircle3D
Changes radius of a circle in 3D and translates its center in relation to a reference point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RescaleCircle3D ( FilNet.Circle3D inCircle3D, float inScale, bool inInverse, out FilNet.Circle3D outCircle3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle3D | FilNet.Circle3D | |||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle3D | FilNet.Circle3D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite circle on input in RescaleCircle3D. |
DomainError | Scale cannot be zero in an inverse scaling of a circle in RescaleCircle3D. |