Click or drag to resize
SoLDMGeomElementGetROIToTileDist Method

Returns the signed distance from the geometry ROI to a tile in data coordinnate.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int GetROIToTileDist(
	out SbBox3i32 tileBox
)

Parameters

tileBox
Type: OIV.InventorSbBox3i32

Return Value

Type: Int32
Remarks

< 0 means the tile is outside the ROI.

0 means the tile is inside the ROI.

= 0 means the tile intersects the ROI.

See Also