incident - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

geom3d

  

incident

  

return the vertices incident to a given vertex of a polyhedron

 

Calling Sequence

Parameters

Description

Examples

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.

See Also

geom3d[faces]

geom3d[vertices]

 


Download Help Document