You are here: Start » FIL.NET » FIS.FisFilter_MakeSphere Method
FIS.FisFilter_MakeSphere Method
Creates a sphere structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeSphere ( FilNet.Point3D inCenter, float inRadius, out FilNet.Sphere3D outSphere )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCenter | FilNet.Point3D | Center of the sphere. | ||
![]() | inRadius | float | <0.0f, INF> | Sphere radius. | |
![]() | outSphere | FilNet.Sphere3D |