LSECT Version 7.0a

Authors: William M. Chan, Pieter G. Buning

Description:

The lsect program will compute the surface-surface intersection curve between one intersector grid and multiple intersectee grids.

Usage:

  lsect                                        (to get inputs from interactive prompt)
or
  lsect [-g1 GRID1] [-g2 GRID2] [-o LINE] [-const FAMILY] [-fndedge]

                                               (to get inputs from command line)
or
  lsect < [input_parameters_filename]          (to get inputs from parameters file)
or
  lsect -help                                  (to get usage)
Argument Description
GRID1 intersector grid filename (default = lsect_1.dat)
GRID2 intersectee grids filename (default = lsect_2.dat)
LINE output curve(s) grid filename (default = lsect_i.dat)
FAMILY grid lines of GRID1 that are used to intersect with GRID2 (J or K) (default = j)
-fndedge locate intersection point at edge of two partially intersecting surfaces (default = not active)

Last modified: Mon May 10 11:50:00 2004