You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » FIL.CreateBox3D
Creates a box in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 | |
---|---|---|---|---|---|
![]() | inPoint3D | FilNet.Point3D | |||
![]() | inPoint3DAnchor3D | FilNet.Anchor3D | |||
![]() | inXLength | float | <0.0f, INF> | ||
![]() | inYLength | float | <0.0f, INF> | ||
![]() | inZLength | float | <0.0f, INF> | ||
![]() | outBox3D | FilNet.Box3D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid Anchor3D in CreateBox3D. |