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

Invoke.Box2DToBox3D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Box2DToBox3D_AxesPlane
(
	Fil.Box inBox2D,
	Fil.PlaneType inPlaneType,
	float inCoordinateValue,
	out Fil.Box3D outBox3D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox2DFil.Box
inPlaneTypeFil.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outBox3DFil.Box3D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also