Stream: Google Code-in

Topic: Tennis Racket


view this post on Zulip Rahil Malik (Jan 15 2018 at 06:49):

how bb (bounding box ) work ?

view this post on Zulip Rahil Malik (Jan 15 2018 at 07:04):

its very confusing , in my model x axis is greater(overall) and shorter towards y axis but in bb command , the y axis has greater measurement than x axis , how is it possible

view this post on Zulip Rahil Malik (Jan 15 2018 at 07:06):

also, when i am scaling x and y axis to be equal (so that my model looks circular from the base) it looks more slimmer and more oval in shape

view this post on Zulip Rahil Malik (Jan 15 2018 at 07:22):

i checkeed that my base is a cylinder whose A, B, C and D are same but probably the bb command takes up the region which goes away in the cut out too

view this post on Zulip Rahil Malik (Jan 15 2018 at 07:23):

probably thats why the value given by that bb command takes volume of the wireframe which includes the region which aren't even a part of the Racket , right ?

view this post on Zulip Rahil Malik (Jan 16 2018 at 06:53):

how do i use this reference in my tennis racket :

Length: the frame of the tennis racket shall not exceed 29 inches (73.7 cm) in overall length, including the handle.
Width: the frame of the tennis racket shall not exceed 12.5 inches (31.7 cm) in overall width.
Hitting Surface: the hitting surface shall not exceed 15.5 inches (39.4 cm) in overall length and 11.5 inches (29.2 cm) in overall width

view this post on Zulip Rahil Malik (Jan 16 2018 at 06:54):

got it

view this post on Zulip Rahil Malik (Jan 16 2018 at 06:54):

got confused in hitting surface ht and width :) XD

view this post on Zulip Sean (Jan 16 2018 at 07:11):

a quick validation, running 'bb' on the racket should thus probably report a box that does not exceed 29 inches long and 12.5 inches wide

view this post on Zulip Rahil Malik (Jan 16 2018 at 07:49):

TennisRacquet.g

Take a look now , after the bb function , the racket is under the above recommendations


Last updated: Oct 09 2024 at 00:44 UTC