You are here: Start » FIL.NET » FIS.FisFilter_MakeCircle3D Method
FIS.FisFilter_MakeCircle3D Method
Creates a 3D circle structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeCircle3D ( FilNet.Point3D inCenter, FilNet.Plane3D inPlane, float inRadius, out FilNet.Circle3D outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCenter | FilNet.Point3D | Center of the circle. | ||
![]() | inPlane | FilNet.Plane3D | Plane the circle is parallel to. | ||
![]() | inRadius | float | <0.0f, INF> | Circle radius. | |
![]() | outCircle | FilNet.Circle3D |