cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

CREO VB API export step files

chshasa1
11-Garnet

CREO VB API export step files

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 😄

Feel the magic
ACCEPTED SOLUTION

Accepted Solutions

hi

 

this is how i solved it

 

chshasa1_0-1728055358563.png

 

Feel the magic

View solution in original post

3 REPLIES 3
remy
21-Topaz I
(To:chshasa1)

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? 

chshasa1
11-Garnet
(To:remy)

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

chshasa1_1-1727428350879.png

 

 

Feel the magic

hi

 

this is how i solved it

 

chshasa1_0-1728055358563.png

 

Feel the magic
Announcements


Top Tags