Click or drag to resize
SoLDMReaderGetBbox Method

Returns the bounding box of the data associated with the specified file ID.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool GetBbox(
	int fileId,
	out SbBox3f box
)

Parameters

fileId
Type: SystemInt32
box
Type: OIV.InventorSbBox3f

Return Value

Type: Boolean
Remarks

The file ID corresponds to the tile ID in an LDM data file. If returns false, not supported.

See Also