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

FIS.Box2DToBox3D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Box2DToBox3D_AxesPlane
(
	FilNet.Box inBox2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out FilNet.Box3D outBox3D,
	out FilNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox2DFilNet.Box
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outBox3DFilNet.Box3D
outProjectionPlaneFilNet.Plane3DPlane the input is projected onto.

Function Overrides

See also