scanline

Script for extraction of attitudes from 3d models using meshlab's point picking tool


Keywords
geology, attitudes, meshlab
License
MIT
Install
pip install scanline==0.2.1

Documentation

scanline

usage: scanline.py [-h] [--start START] [--end END] [--out OUT] fname

Process .pp files into scanline data.

positional arguments:
  fname          input .pp file from meshlab's point picking tool

optional arguments:
  -h, --help     show this help message and exit
  --start START  name of point at start of scanline
  --end END      name of point at end of scanline
  --out OUT      name of output file, prints to stdout if not given