You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » FIL.RandomPoint3D

FIL.RandomPoint3D

Creates random 3D point inside given box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RandomPoint3D
(
	FilNet.RandomState ioState,
	FilNet.Box3D inBox3D,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
ioStateFilNet.RandomStateState of generator.
inBox3DFilNet.Box3DBounding box of generated point.
outPoint3DFilNet.Point3D

Function Overrides

See also