You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.CircleBoundingBox
Computes the smallest box containing a circle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CircleBoundingBox ( FilNet.Circle2D inCircle, out FilNet.Box outBoundingBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | FilNet.Circle2D | |||
![]() | outBoundingBox | FilNet.Box |
Examples

CircleBoundingBox performed on a sample circle.