v2ptline.sml
# v2ptline.sml
clear();
vector V;
numeric numLines;
GetOutputVector(V, "VectorToolkit");
numLines = NumVectorLines(V);
print("number of lines: ", numLines);
# add two lines
VectorAddTwoPointLine(V, 0, 0, 25, 25);
VectorAddTwoPointLine(V, 50, 5, 100, 90);
numLines = NumVectorLines(V);
print("number of lines: ", numLines);
©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
|