You are here: Start » FIL.NET » Invoke.Box3DToBox2D_AxesPlane

Invoke.Box3DToBox2D_AxesPlane

Projects a 3D box onto a plane defined by coordinate axes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Box3DToBox2D_AxesPlane
(
	Fil.Box3D inBox3D,
	Fil.PlaneType inPlaneType,
	out Fil.Box outBox2D,
	Optional<Fil.Rectangle2D> outRectangle2D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox3DFil.Box3D
inPlaneTypeFil.PlaneType
outBox2DFil.Box
outRectangle2DFtl.Optional<Fil.Rectangle2D>
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also