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.
with⁡geom3d:
_EnvTName≔t:
point⁡A,0,0,0,point⁡B,1,1,11:
line⁡l,A,B
l
detail⁡l
name of the objectlform of the objectline3dequation of the line_x=t,_y=t,_z=11⁢t
tname⁡l
t
See Also
geom3d[line]
Download Help Document