|
TNTmips Downloads Menu

|
getz.sml
# getz.sml
clear();
tin Tout;
numeric numnodes, node;
numeric zvalue;
GetOutputTIN(Tout, "TINToolkit", "ComputeStandardAttributes");
# pick a node less than or equal
# to number of nodes
numnodes = TINNumberNodes(Tout);
node = floor(numnodes / 2);
zvalue = TINGetNodeZValue(Tout, node);
print("node, zvalue ", node, zvalue);
©MicroImages, Inc. 2013 Published in the United States of America
11th Floor - Sharp Tower, 206 South 13th Street, Lincoln NE 68508-2010 USA
Business & Sales: (402)477-9554 Support: (402)477-9562 Fax: (402)477-9559
Business info@microimages.com
Support support@microimages.com
Web webmaster@microimages.com
| |