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

FIS.RandomPoint3D Method

Creates random 3D point inside given box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RandomPoint3D
(
	FilNet.RandomState ioState,
	FilNet.Box3D inBox3D,
	int? inSeed,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
ioStateFilNet.RandomStateState of generator.
inBox3DFilNet.Box3DBounding box of generated point.
inSeedint?Random seed. Default value: ftl::NIL.
outPoint3DFilNet.Point3D

Function Overrides

See also