This shows you the differences between two versions of the page.
|
rhino:typingpointsnumbersandangles [2015/10/06] |
rhino:typingpointsnumbersandangles [2020/08/14] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Numbers, | ||
| + | |||
| + | There are lots of ways to enter numbers, angles, and points in Rhino. The only hard and fast rule is that **no spaces** are permitted in a number, angle, or point. | ||
| + | |||
| + | \\ | ||
| + | =====Entering numbers===== | ||
| + | |||
| + | |||
| + | Basic numbers | ||
| + | |||
| + | 123 whole numbers | ||
| + | | ||
| + | 0.456 | ||
| + | .456 | ||
| + | | ||
| + | - 23456E10 | ||
| + | 5/16 fractions | ||
| + | 1-3/4 | ||
| + | |||
| + | You can specify units when typing lengths and point coordinates. | ||
| + | |||
| + | - 235millimeters | ||
| + | | ||
| + | | ||
| + | 1' | ||
| + | |||
| + | \\ | ||
| + | =====Entering angles===== | ||
| + | |||
| + | |||
| + | > **Note:** //Usually angles are preceded with a < symbol.// | ||
| + | |||
| + | You can specify angles by typing a number. | ||
| + | |||
| + | | ||
| + | |||
| + | There are six ways to specify degrees. | ||
| + | |||
| + | 45d | ||
| + | 39deg | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | * There are 360 degrees in a circle | ||
| + | |||
| + | You can also use degrees-minutes-seconds format. | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | Radians and grads are also supported. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | | ||
| + | - | ||
| + | - 234rad | ||
| + | - 234rads | ||
| + | - 234radian | ||
| + | - 234radians | ||
| + | |||
| + | 4g | ||
| + | 4grad | ||
| + | | ||
| + | * There are 400 grads in a circle | ||
| + | |||
| + | \\ | ||
| + | =====Entering points===== | ||
| + | |||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | When you omit the z coordinate, it is automatically set to 0. | ||
| + | |||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | |||
| + | If you put a **w** in front of a point, then the point is in //world// coordinates. | ||
| + | |||
| + | | ||
| + | | ||
| + | |||
| + | Whenever there is a //previous point// known, as in the Polyline command, you can specify relative points. | ||
| + | |||
| + | r3,4 | ||
| + | R3,4 | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||