You are here: Start » FIL.NET » Invoke.PointsBoundingBox3D_OrNil
Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PointsBoundingBox3D_OrNil ( List<Fil.Point3D> inPoints, Conditional<Fil.Box3D> outBoundingBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | outBoundingBox3D | Ftl.Conditional<Fil.Box3D> |