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

FIS.CreateBox3D Method

Creates a box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateBox3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Anchor3D inPoint3DAnchor3D,
	float inXLength,
	float inYLength,
	float inZLength,
	out FilNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inPoint3DAnchor3DFilNet.Anchor3D
inXLengthfloat<0.0f, INF>
inYLengthfloat<0.0f, INF>
inZLengthfloat<0.0f, INF>
outBox3DFilNet.Box3D

See also