Hello All,
I've started moving our application to Solid Edge ST2 and encounter with the following problem:
One of the things we need to do is to project an arc on a 2d profile. We have a code taken from the programming guide, which worked in Solid Edge ST (100) and the previous versions. However, in the ST2 the code throws the "Unspecified error" exception.
The code is in VC++ 2008:
SolidEdgePartSync::PartDocumentPtr spDocument;
... Initialization...
SolidEdgePartSync::ProfileSetsPtr spProfileSets = spDocument->GetProfileSets();
SolidEdgePartSync::ProfileSetPtr spProfileSet = spProfileSets->Add();
The Add method throws the exception.
Any help will be greately welcome.
Thanks,
Vadim