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

Invoke.CreateBox3D

Creates a box in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateBox3D
(
	Fil.Point3D inPoint3D,
	Fil.Anchor3D inPoint3DAnchor3D,
	float inXLength,
	float inYLength,
	float inZLength,
	out Fil.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inPoint3DFil.Point3D
inPoint3DAnchor3DFil.Anchor3D
inXLengthfloat<0.0f, INF>
inYLengthfloat<0.0f, INF>
inZLengthfloat<0.0f, INF>
outBox3DFil.Box3D

See also