vector_extract.sml

  Download

More scripts: Vector

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
class VECTOR Vin, Vbound, Vout;
 
# get the input object
GetInputVector(Vin);
GetInputVector(Vbound);
GetOutputVector(Vout);
 
# perform extraction (no points, lines by query, no polys)
Vout = VectorExtract(Vbound, Vin, "PartInside", "", "0", "LINESTATS.Length>1000","0");