Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
i want to make all time features in ansembly active
i make a default assambly design but i do not sintax for this
what is parameter in config. pro for this ?
could help me somebody with a ansambly config fille and i select from it what i need ?
tks
Solved! Go to Solution.
Hello Redro,
You can save these model tree settings into a model tree config file by
Once you save tree.cfg into a location, then you can set a config option "mdl_tree_cfg_file" in config.pro to take the changes by default.
Hope this answers your query.
Thanks,
Sachin
Hi,
save model tree configuration in tree.cfg file and set mdl_tree_cfg_file option in config.pro file, for example:
mdl_tree_cfg_file C:\PTC\\tree.cfg
MH
Is there a config option like display_assm_feature that you can turn on, or is the only way to do this through the tree.cfg.
Hello Redro,
You can save these model tree settings into a model tree config file by
Once you save tree.cfg into a location, then you can set a config option "mdl_tree_cfg_file" in config.pro to take the changes by default.
Hope this answers your query.
Thanks,
Sachin