calculate-boundary-map¶
Synopsis¶
calculate-boundary-map <domain> <codomain> <output> [options]
Description¶
Compute a surface boundary map suitable for the computation of a surface map to a 2D primitive shape such as a disk, square, or polygon.
Arguments¶
-
domain¶ Tesselation of the surface of the input shape.
-
codomain¶ File name of piecewise linear complex or name of primitive shape:
- disk (default)
- square
- polygon
-
output¶ Computed boundary map.
Command options¶
-
-radius<float>¶ Radius of primitive codomain shape. When non-positive, the radius is chosen such that the area matches the area of the input surface. (default: 0)
-
-uniform¶ Uniformly distribute boundary points.
-
-chord-length¶ Map boundary curve proportionally to the boundary edge length.
-
-subdivided¶ Map each sub-segment defined by the selected points to the same output curve length with chord-length parameterization of each selected boundary sub-segment. (default)
-
-select<id>...¶ Indices of selected surface points. (default: none)
Standard options¶
-
-v,-verbose[n]¶ Increase/Set verbosity of output messages. (default: 0)
-
-debug[level]¶ Increase/Set debug level for output of intermediate results. (default: 0)
-
-version[major.minor]¶ Print version and exit or set version to emulate.
-
-revision¶ Print revision (or version) number only and exit.
-
-h,-help¶ Print help and exit.