Skip to main content

nTop Automate Key Commands

Login via Cloud or Named User License

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -u [email] -w [password]

Login via proxy server

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -u [email] -w [password] --loginproxy [your proxy address]:[port]

Login via FlexNet Publisher (FNP) Floating License

"C:/Program Files/nTopology/nTopology/ntopcl.exe" --license [PORT@HOSTNAME]

Login via local license

"C:/Program Files/nTopology/nTopology/ntopcl.exe" --license [Path to .lic file]

Saving a log file of the nTop Automate execution

"C:/Program Files/nTopology/nTopology/ntopcl.exe" --logfile=[.log file] [rest of the command]

Passing input variables in the command line directly

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -i 5.0mm -i "C:\Outputs\geometry.stl" [nTop Notebook Path]

Generating the input and output JSON templates

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -t [nTop Notebook Path]

Passing input variables from a JSON file

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -j inputs.json [nTop Notebook Path]

Collecting the output data as a JSON file

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -j inputs.json -o output.json [nTop Notebook Path]

Collecting the output data with detailed properties

"C:/Program Files/nTopology/nTopology/ntopcl.exe" -j inputs.json -o output.json -p [nTop Notebook Path]

Overwriting the Notebook after the nTop Automate execution

"C:/Program Files/nTopology/nTopology/ntopcl.exe" --save [rest of the command]

Enabling Trust Settings for nTop Automate

"C:/Program Files/nTopology/nTopology/ntopcl.exe" --trustnotebook [nTop Notebook Path]