geom3d[incident] - return the vertices incident to a given vertex of a polyhedron
|
Calling Sequence
|
|
incident(ngon, i)
|
|
Parameters
|
|
ngon
|
-
|
polyhedron
|
i
|
-
|
positive integer
|
|
|
|
|
Description
|
|
•
|
The routine incident returns a list of vertices incident to the i-th vertex of the given polyhedron ngon.
|
|
|
Examples
|
|
>
|
|
Define a snub cube with center (0,0,0), radius of the in-sphere 1
>
|
|
| (1) |
>
|
|
| (2) |
Find the coordinates of vertices which are incident to the second vertex
>
|
|
| (3) |
>
|
|
| (4) |
The command with(geom3d,incident) allows the use of the abbreviated form of this command.
|
|
Download Help Document
Was this information helpful?