|
||
int bos_extents ( BOS_NODE *bos, SS_XYZ *high, SS_XYZ *low )
BOS_NODE *bos; // pointer to block, object or symbol SS_XYZ *high; // upper limits of 3D extents SS_XYZ *low; // lower limits of 3D extents
|
|
|
Synopsis |
#include "ssnodes.h"
The bos_extents function returns the 3D extents of the indicated entity.
|
|
Parameters |
bos is a pointer to a SilverScreen entity, as obtainable by a call to get_bos. high and low are pointers to SS_XYZ structures that are to receive the upper and lower extents, respectively.
|
|
Return Value |
bos_extents returns 1 if bos is a valid pointer to a SilverScreen BOS; otherwise 0 is returned.
|
|
See Also |
|
|
|
|