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

Online Help

All Products    Maple    MapleSim


geometry

  

form

  

return 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 geometry package. It returns point2d, segment2d, dsegment2d, line2d, triangle2d, square2d, circle2d, ellipse2d, parabola2d, hyperbola2d, or FAIL if it is unable to recognize the object.

• 

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

Examples

withgeometry:

pointA,0,0,pointB,1,1:

formA

point2d

(1)

linel,A,B

l

(2)

forml

line2d

(3)

See Also

geometry[objects]