Download and run the scripts/Install-FvcTools.ps1 script in PowerShell.
fvc --helpRequires the uv package and project management tool.
Generic invocation:
uv run fvc --helpLoad as a PowerShell function:
. .\Load-FvcTools.ps1Use as an object:
(FvcTool <arguments>).<field>Example:
(FvcTool calc undulation 10.0 10.0).undulation