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

Online Help

All Products    Maple    MapleSim


geom3d

  

form

  

returns the form of the geometric object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

form(obj)

Parameters

obj

-

geometric object

Description

• 

The routine returns the form of the given object supported by the geom3d package; FAIL otherwise.

• 

The command with(geom3d,form) allows the use of the abbreviated form of this command.

Examples

withgeom3d:

Define point A with coordinates 1, 2, 3.

pointA,1,2,3

A

(1)

formA

point3d

(2)

Define a dodecahedron with center (0,0,0), radius of circum-sphere 1

dodecahedrond,pointo,0,0,0,1

d

(3)

formd

dodecahedron3d

(4)

See Also

geom3d/objects