Click or drag to resize
SoLDMDataAccessIsTileUniform Method

Returns true if the tile containing the data located at position dataPosition (IJK voxel coordinates) at the specified resolution is uniform (all voxels have the same value).

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool IsTileUniform(
	int resolution,
	SbVec3i32 dataPosition,
	out double uniformValue
)

Parameters

resolution
Type: SystemInt32
dataPosition
Type: OIV.InventorSbVec3i32
uniformValue
Type: SystemDouble

Return Value

Type: Boolean
Remarks

Returns false if not or if accessing the tile failed (e.g. invalid coordinates). If true then uniformValue contains the uniform value of the tile, else it is undefined.

Note Note

Member available since Open Inventor 9.1

See Also