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

Online Help

All Products    Maple    MapleSim


geom3d

  

tname

  

find the name of the parameter used in the parametric equations of the given line

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

tname(obj)

Parameters

obj

-

line

Description

• 

The routine tname returns the name of the parameter in the parametric equations of the line obj. It returns either a name or FAIL.

• 

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

Examples

withgeom3d:

_EnvTNamet:

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

linel,A,B

l

(1)

detaill

name of the objectlform of the objectline3dequation of the line_x=t,_y=t,_z=11t

(2)

tnamel

t

(3)

See Also

geom3d[line]