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 t...
Hello,
I'm trying to make a selection, using the example in instalation folder. I'm connected with the running session in CREO, but I'm unable to make the selection.
There is an messageb...
Hello everyone , I wanted to know is if the extension to interface externally with creo through script in VB (the so-called API) are included in the basic license or if they are license e...
I am trying to create a solid model with extrusion. I need to create a sketch first and then extrude. Is it possible using VBApi alone? If yes, what are the objects I need to use? Is there a o...
with the VBAPI on Creo 5 I am using model.Erase() followed by window.Close() But the window remains open, though the model is erased. Is there a solution for this? Q: W...
I am using Creo Parametric Release 9.0 and Datecode9.0.2.0 Running the VBAPI Examples .net project I am able to connect to an existing Creo parametric session. From there I can't get any of the p...
All, I am attempting to setup/install the VBAPI component for Wildfire 5.0 on an XP machine. I set PRO_COMM_MSG_EXE to the pro_install\i486_nt\obj\pro_comm_msg.exe I ran ptcsetup.bat and i...
Hello, In the below code, where Assembly is a IpfcAssembly assembled in parentAssembly, why would it return "Object type mismatch" on the last line? IpfcComponentFeat ...