You are here: Start » FIL.NET » FIS.FisFilter_AccessSphere Method

FIS.FisFilter_AccessSphere Method

Returns individual fields of a sphere.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_AccessSphere
(
	FilNet.Sphere3D inSphere,
	out FilNet.Point3D outCenter,
	out float outRadius
)

Parameters

Name Type Range Default Description
inSphereFilNet.Sphere3DInput sphere.
outCenterFilNet.Point3DCenter of the sphere.
outRadiusfloatOutput radius.

See also