Explain, in terms of Rhino definition, the difference between a polysurface and a solid.

What will be an ideal response?

A polysurface is a set of contiguous surfaces joined together. If the joined surfaces form a close water tight object, it is regarded as a solid in Rhino.

Computer Science & Information Technology

You might also like to view...

Internet Protocol Security (IPSec) encrypts data between web browsers and web servers.

a. true b. false

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) 2-3 tree, each element is in its own node. 2) The root node of a 2-3 tree is always a 2-node. 3) Inserting an element into a 2-3 tree may add more than one node to the tree. 4) The easiest element to remove from a 2-3 tree is an element that is in a 3-node that is a leaf node. 5) A 2-4 tree extends the concept of a 2-3 tree by allowing a node to have 1, 2, or 3 elements and 0, 2, 3, or 4 children.

Computer Science & Information Technology