admin@creocustomization.com

Tag: creo6.0

Create a dimension between two edges using Creo VB API

Creating dimensions in the drawing is one of the mandatory processes while doing drawing automation. Here the article to demonstrate how to create a dimension between two edges but its id using Creo VB API Procedure Get Session from IpfcAsyncConnection Get the current model and convert it into Model2D since it is a drawing Get…
Read more

How to create projection view in the drawing using Creo VB API

In cad automation, automatically creating drawing from the model is one of the essential process to generate manufacturing drawing for production. Here this article is to demonstrate to generate projection drawing view from the general view using Creo VB API Procedure Get session from the IpfcAsyncConnection Get model and drawing Set the location of projection…
Read more

Create a menu item from Creo VB API Asynchronous Application

Creo VB API allows user to create menu item inside the Creo window using VB API commands Procedure Create IpfcAsyncConnection Get the Session from IpfcAsyncConnection Create IpfcUICommand Add UIButton in the Session Create a text file names “CommandSample.txt” for command label and help and place it in the text folder Add action listener to the…
Read more

Contact Us