Import Statements
The base class to use and the types it uses in turn are contained in .NET assemblies. The use of these requires that the assemblies be imported into the UDO script. The following import statements should be added to the top of the Python script:
from Ansys.Ansoft.ModulePluginDotNet.Common.API import *
from Ansys.Ansoft.ModulePluginDotNet.Common.API.Interfaces import *
from Ansys.Ansoft.ModulePluginDotNet.UDO.API.Interfaces import *
from Ansys.Ansoft.ModulePluginDotNet.UDO.API.Data import *