Function: pnob

Syntax

pnob (<point>{,<num>})

Type

string

Returns

A 3-D point value as a string. The format of the output is 'x y z'. This function is essentially the same as ps but does not enclose the output in parentheses.

Parameters

Examples

point mypoint = pcur
string pval = pnob(mypoint)
string pval5 = pnob(mypoint,5)  ;#5 dec places