GetObjectSizeMinX

Description

Returns the minimum extent of the object in the X direction, this can be combined with GetObjectSizeMaxX to determine the size of the object in the X direction. Note that the object may be off center so its min value may be 10 whilst its max value is 12, meaning its size is 2 units in the X direction. This command takes the bounds of all meshes that make up this object, to check the bounds of a single mesh use GetObjectMeshSizeMinX.

Definition

float GetObjectSizeMinX( objID )

Parameters