geom3d[area] - compute the area of a triangle, or the surface area of a sphere or a regular polyhedron
|
Calling Sequence
|
|
area(obj)
|
|
Parameters
|
|
obj
|
-
|
triangle, sphere, or regular polyhedron
|
|
|
|
|
Description
|
|
•
|
The routine area returns the area or surface area of the input object which is a triangle, a sphere, or a regular polyhedron.
|
•
|
The command with(geom3d,area) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
Define triangle ABC with vertices A, B and C
>
|
|
Find the area of ABC
>
|
|
| (1) |
Define an icosahedron with center o(1,2,5) and the radius of the circum-sphere is 1
>
|
|
| (2) |
Find the surface area of ico
>
|
|
| (3) |
>
|
|
|
|
Download Help Document
Was this information helpful?