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

FIS.CirclePlaneIntersection3D Method

Computes common points of a circle in 3D and a plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CirclePlaneIntersection3D
(
	FilNet.Circle3D inCircle3D,
	FilNet.Plane3D inPlane,
	out FilNet.Point3D? outIntersectionPoint1,
	out FilNet.Point3D? outIntersectionPoint2
)

Parameters

Name Type Range Default Description
inCircle3DFilNet.Circle3D
inPlaneFilNet.Plane3D
outIntersectionPoint1FilNet.Point3D?
outIntersectionPoint2FilNet.Point3D?

See also