SoLDMGeomElementGetROIToTileDist Method |
Returns the signed distance from the geometry ROI to a tile in data coordinnate.
Namespace: OIV.LDMAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetROIToTileDist (
<OutAttribute> ByRef tileBox As SbBox3i32
) As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
int GetROIToTileDist(
[OutAttribute] SbBox3i32% tileBox
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetROIToTileDist :
tileBox : SbBox3i32 byref -> int
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