Brief Index      Full Index      I.M. Reference

Show_Camera_Near_Limit


Functions

HC_BOOLEAN Show_Camera_Near_Limit (float *wlimit)
HC_BOOLEAN QShow_Camera_Near_Limit (const char *segment, float *wlimit)

Function Documentation

HC_BOOLEAN Show_Camera_Near_Limit ( float *  wlimit  ) 

Returns information about the camera near limit.

Parameters:
wlimit - A parametric value from 0.0 at the camera to 1.0 at the target. Passed by reference. Returned to user.
Returns:
flag - True if the near limit is explicitly set on the camera, false if it is just using the global value controlled by the system option.

DETAILS

No additional details. See Set_Camera_Near_Limit().

NOTES

RESTRICTIONS

See also:
Set_Camera_Near_Limit, Show_Net_Camera_Near_Limit

HC_BOOLEAN QShow_Camera_Near_Limit ( const char *  segment,
float *  wlimit 
)

Similar to Show_Camera_Near_Limit(), but operates on a given segment rather than the currently open one.

Parameters:
segment - name of the segment to be queried
wlimit - a parametric value from 0.0 at the camera to 1.0 at the target. Passed by reference. Returned to user.

DETAILS

No additional details. See Show_Camera_Near_Limit()

Main Index
Brief Index      Full Index      I.M. Functions