You are here: Start » AVL.NET » AVS.AvsFilter_AccessSphere Method

AVS.AvsFilter_AccessSphere Method

Returns individual fields of a sphere.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessSphere
(
	AvlNet.Sphere3D inSphere,
	out AvlNet.Point3D outCenter,
	out float outRadius
)

Parameters

Name Type Range Default Description
inSphereAvlNet.Sphere3DInput sphere.
outCenterAvlNet.Point3DCenter of the sphere.
outRadiusfloatOutput radius.

See also