SoLDMGeomElementGetBBox Method |
Returns the bounding box associated with the geometry.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SbBox3f GetBBox()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetBBox As SbBox3f
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SbBox3f GetBBox()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetBBox : unit -> SbBox3f
Return Value
Type:
SbBox3f
Remarks
See Also