Get the object ProjectInfo
GetProjectInfo()
A pointer poto the object ProjectInfo
#Output the Origin version import PyOrigin Info=PyOrigin.GetProjectInfo() print('The Origin version is %2.1f' %(Info.GetOrgVersion()))