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,
	NullableValue<FilNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox2DFilNet.Box
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outBox3DFilNet.Box3D
outProjectionPlaneFilNet.NullableValue<FilNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also