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

FIS.CircleThroughPoints3D Method

Computes a circle in 3D passing through three noncollinear 3D points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CircleThroughPoints3D
(
	FilNet.Point3D inPoint1,
	FilNet.Point3D inPoint2,
	FilNet.Point3D inPoint3,
	INullable<FilNet.Circle3D> outCircle3D
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point3D
inPoint2FilNet.Point3D
inPoint3FilNet.Point3D
outCircle3DFilNet.INullable<FilNet.Circle3D>Circle in 3D passing through the specified 3D points; or Nil if the points are collinear. This parameter cannot be null.

See also