.. toctree:: :maxdepth: 1 :caption: Contents: Applications ============ .. describe:: offler-size ``offler-size `` - print the dimensions of the axis-aligned bounding box of a mesh. .. describe:: offler-add-fixed-colour ``offler-add-fixed-colour `` - set the colour of each vertex to ``(r, g, b, a)``. .. describe:: offler-estimate-normals ``offler-add-normals `` - estimate normals by using face normals weighted by the vertex's distance from each face's barycentre. .. describe:: offler-export-pointcloud ``offler-export-pointcloud `` - export mesh vertices as a point cloud. .. describe:: offler-import-normals ``offler-import-normals `` - import previously-exported normals from a file. .. describe:: offler-import-colours ``offler-import-colours `` - import previously-exported colours from a file. .. describe:: offler-rotate-mesh ``offler-rotate-mesh `` - rotate mesh around the specified axis by the specified angle. .. describe:: offler-scale-mesh ``offler-scale-mesh `` - apply a scale factor to ``input-OFF``, ``>1`` grows the mesh, ``<1`` shrinks it. .. describe:: offler-strip-colour ``offler-strip-colour `` - strip colours from a mesh, optionally storing them for later. .. describe:: offler-strip-normals ``offler-strip-normals `` - strip normals from a mesh, optionally storing them for later use. .. describe:: offler-swap-axes ``offler-swap-axes <"xy" swap>`` - swap the axes of a mesh, e.g. swap the ``x`` and ``y`` axes. .. describe:: offler-translate-mesh ``offler-translate-mesh `` - adjust the position of a mesh.