-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purpose of "headless" and question about TeklaStructuresService.Initalize #1
Comments
With headless ts, you can embed the ts functionality into your own executable. For example, you can create simple console application to extract information from the model, without teklastructures.exe running. The license types are the same as here: https://teklastructures.support.tekla.com/2018/en/xs_default_license |
@Gregi08 I had the same problem. Use the HeadlessExample.ini file to configure the service instead. I added the following lines: |
Your solution works - thanks. Now I see what's the idea behind "Headless" mode :) |
Hi,
What's the main purpose of HeadlessExample? Is it for starting Tekla from other program? How is this different than opening .exe with bypass.ini configuration file?
I have also a question about fourth argument in TeklaStructuresService.Initalize method. There is a string for a license type. "Viewer", "Drafter" works; what about other types of licenses? I could not find correct phrases.
Thanks for your time :)
The text was updated successfully, but these errors were encountered: