SoLDMMediatorGetBbox Method |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool GetBbox(
SoLDMTileID tileID,
out SbBox3f box
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetBbox (
tileID As SoLDMTileID,
<OutAttribute> ByRef box As SbBox3f
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool GetBbox(
SoLDMTileID tileID,
[OutAttribute] SbBox3f% box
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetBbox :
tileID : SoLDMTileID *
box : SbBox3f byref -> bool
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- box
- Type: OIV.InventorSbBox3f
Return Value
Type:
Boolean
Remarks
See Also