endarthur / scanline

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 59.3%Language:Pascal 40.7%