SoLDMMediator.GetBbox Method |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.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.LDM.SoLDMTileID
- box
- Type: OIV.Inventor.SbBox3f
Return Value
Type:
Boolean
Remarks
See Also