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 cannot seem to add a form with .designer.vb, .resx, and a .vb file to the VBAPI Examples project using, Microsoft Visual Studio Professional 2019 (2). Is there another tool used to b...
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 ...