main

ladybug-geometry-polyskel

ladybug geometry polyskel commands.

ladybug-geometry-polyskel [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

perimeter-core-subfaces

Compute perimeter and core Face3Ds using the straight skeleton of input Face3Ds.

Args:
face3d_file: Full path to a JSON file containing an array of Face3D
objects for which core/perimeter Face3Ds will be computed.
perimeter_offset: Distance to offset perimeter sub-faces.
ladybug-geometry-polyskel perimeter-core-subfaces [OPTIONS] FACE3D_FILE
                                                  PERIMETER_OFFSET

Options

-t, --tolerance <tolerance>

The maximum difference between x, y, and z values at which vertices are considered equivalent.

--output-file <output_file>

Optional file to output the he string of the visualization file contents. By default, it will be printed out to stdout

Default

-

Arguments

FACE3D_FILE

Required argument

PERIMETER_OFFSET

Required argument