|
TNTmips Downloads Menu

|
vecextr.sml
# vecexctr.sml
# Returns output Vector object that is the result of the operator applied to the source.
vector Voperator, Vsource;
vector Vout1, Vout2;
GetInputVector( Voperator );
GetInputVector( Vsource );
# get the output vector
GetOutputVector( Vout1 );
# use default flag
Vout1 = VectorExtract( Voperator, Vsource, "PartInside" );
GetOutputVector( Vout2 );
# using optional flag
Vout2 = VectorExtract( Voperator, Vout1, "CompInside", "TableRemoveDupRec" );
©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
| |