geom3d
tname
find the name of the parameter used in the parametric equations of the given line
Calling Sequence
Parameters
Description
Examples
tname(obj)
obj
-
line
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.
withgeom3d:
_EnvTName≔t:
pointA,0,0,0,pointB,1,1,11:
linel,A,B
l
detaill
name of the objectlform of the objectline3dequation of the line_x=t,_y=t,_z=11t
tnamel
t
See Also
geom3d[line]
Download Help Document