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

AVS.AvsFilter_MakeCircle3D Method

Creates a 3D circle structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeCircle3D
(
	AvlNet.Point3D inCenter,
	AvlNet.Plane3D inPlane,
	float inRadius,
	out AvlNet.Circle3D outCircle
)

Parameters

Name Type Range Default Description
inCenterAvlNet.Point3DCenter of the circle.
inPlaneAvlNet.Plane3DPlane the circle is parallel to.
inRadiusfloat<0.0f, INF>Circle radius.
outCircleAvlNet.Circle3D

See also