Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
hi All
i want to write a simple code which exports an active model into a step file.
nevertheless, i do not fully understand how the ExportIntf3D works.
is there somewhere an example where i can check?
i think its no big deal for someone who knows what he is doing 😄
Solved! Go to Solution.
Hi
keep in mind that the VB API and Creo Toolkit at large is an automation of existing commands.
in that instead ExportIntf3d is the automation of exporting to step with a profile.
So you need to create a profile file and then give its path to the function.
what exactly do you not understand?
Did you look into the documentation and shipped examples and search for sample code?
hi Remy
my problem is that i do not understand how to exactly code it. the profile i already have and i am retrieving it but then i do not know how to exactly paste it in the function.
red box shows the profile path
or is it correct there with the green ones, which does not work
hi
this is how i solved it