Q3BoundingBox_Set
You can use theQ3BoundingBox_Setfunction to set the defining points of a bounding box.
TQ3BoundingBox *Q3BoundingBox_Set ( TQ3BoundingBox *bBox, const TQ3Point3D *min, const TQ3Point3D *max, TQ3Boolean isEmpty);
bBox- A pointer to a bounding box.
min- A pointer to a three-dimensional point.
max- A pointer to a three-dimensional point.
isEmpty- A Boolean value that indicates whether the specified bounding box is empty (
kQ3True) or not (kQ3False).DESCRIPTION
TheQ3BoundingBox_Setfunction assigns the valuesminandmaxto theminandmaxfields of the bounding box specified by thebBoxparameter.Q3BoundingBox_Setalso assigns the value of theisEmptyparameter to theisEmptyfield of the bounding box.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help