boundingBox: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (see also)
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[sizeOf]], [[boundingBoxReal]]|= See also
| [[sizeOf]], [[boundingBoxReal]], [[boundingCenter]]|= See also


}}
}}

Revision as of 14:54, 8 June 2014

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Returns a bounding box of given object in model coordinate space.
Groups:
Uncategorised

Syntax

Syntax:
Array = boundingBox model
Parameters:
model : Object
Return Value:
Array - An array with the extreme points of the model. Format: [[minX, minY, minZ], [maxX, maxY, maxZ]] BoundingBox.jpg

Examples

Example 1:
_box = boundingBox _abrams

Additional Information

See also:
sizeOfboundingBoxRealboundingCenter

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section