Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 11:13:45 +0000



Post From: api request for tool config

[2014-06-27 03:46:53]
onnb - Posts: 661
hi, would be nice to have an api that can access the tool config data that a user has specified.

Something like

sc.GetToolConfig(DRAWING_TEXT, "TC1", config) - returns a struct with the configuration values in config
or sc.PopulateTool(tool, "TC1") - receives tool structure that specifies the drawing type and the method populates it for me

both options would be fine.

This is needed so that with acsil studies, we don't need to provide input for tool configurations some of which can be quite lengthy.