Jump to content


NanoCAD CONFIGURATION


5 replies to this topic

#1 Olga87

    Member

  • Members
  • PipPip
  • 24 posts

Posted 05 March 2024 - 06:32 AM

Hello Dear NanoCAD specialists!

Please tell me how to determine the profile configuration through the Windows registry ((getvar 'CCONFIGURATION): "", "SPDS" or "Mech")?

Thank you in advance!

#2 Artemio

    Advanced Member

  • Administrators
  • 324 posts

Posted 05 March 2024 - 05:52 PM

Hello Olga,
maybe on this kinda question you'll get answer in developers club a little bit easier: nanocad.developer.com

#3 Dsw

    Member

  • Members
  • PipPip
  • 17 posts

Posted 07 March 2024 - 06:27 AM

@Artemio you mean https://developer.nanocad.com ?

#4 Artemio

    Advanced Member

  • Administrators
  • 324 posts

Posted 07 March 2024 - 06:10 PM

Exactly.

#5 Artemio

    Advanced Member

  • Administrators
  • 324 posts

Posted 13 March 2024 - 06:13 PM

Please, note, that you can get Mech, or SPDS configuration in Mech or SPDS (Construction), but not in pure Platform

#6 Разыграев Андрей

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 19 March 2024 - 12:50 PM

View PostOlga87, on 05 March 2024 - 06:32 AM, said:

Hello Dear NanoCAD specialists!

Please tell me how to determine the profile configuration through the Windows registry ((getvar 'CCONFIGURATION): "", "SPDS" or "Mech")?

Thank you in advance!
maybe this will help vba
	Set objApp = GetObject(, "nanoCAD.Application")
	cfg = objApp.CurUserAppData
	pref = objApp.Preferences.Profiles.ActiveProfile
	allUser = objApp.AllUsersAppData
	fulName = objApp.FullName
	Path = objApp.Path






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users