Anyone with Pro.file API PLM/PDM and VB or ilogic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Forum,
after many tries to get the correct bom item number and sorting in our PDM Pro.file from Procad. I want to ask you Guys if there is a way to write the bom Item number from an .iam to Pro.file via the Inventor API / ilogic.
We have problems to get another sorting compared to the template/source of copied assemblies. The Item number is only written to the idw as a part lists overwrite somehow by Pro.file.
The iam part list is not being changed and contains outdated item numbers from the source iam. or the part list is disabled.
In my opinion this is not the right way to handle item numbers because i want to see and modify the item number in the iam.
In the Inventor VBA Editor i can see that there are some APIs from Procad available in in Inventor. See picture.
There are some samples of user Exits on our Pro.file configuration files. I dont know if I can share the code here but for me it looks like it is in C#. For example:
using System;
using System.Collections.Generic;
using System.Text;
using Procad.Profile.UserExit;
using Procad.Profile.GUI.Web;
using Procad.ProSystem;
and so on...
Is there someone who would share or help me to develop some code in VBA or ilogic?
For the start it doesn't have to be about Bom item numbers but maybe a snippet to write or read stuff from Pro.file.
Would be great ...