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
inCenterFilNet.Point3DCenter of the sphere.
inRadiusfloat<0.0f, INF>Sphere radius.
outSphereFilNet.Sphere3D

See also