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

FIS.Box3DCharacteristicPoint Method

Returns a characteristic point of a box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Box3DCharacteristicPoint
(
	FilNet.Box3D inBox3D,
	FilNet.Anchor3D inPoint3DAnchor,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
inPoint3DAnchorFilNet.Anchor3DSelecting one of the 27 characteristic points.
outPoint3DFilNet.Point3D

See also