CoCreate User Forum

CoCreate User Forum (https://www.cocreateusers.org/forum/index.php)
-   Make Test Posts Here (https://www.cocreateusers.org/forum/forumdisplay.php?f=3)
-   -   Hello Everybody (https://www.cocreateusers.org/forum/showthread.php?t=8197)

Shivdas 02-10-2015 06:13 AM

Hello Everybody
 
I am doing customization using C++ in Creo Direct v.19. I want to know any lisp command to save file in Granite file type. I have .pkg file which I want to save in Granite.

Also let me know where would I get the help of lisp command pdf file which will help me to do development.

jkramer 02-12-2015 11:58 PM

Re: Hello Everybody
 
Hi,

The trick is to use the Recorder tool, so that you can find out what command is used.
type:
Code:

(load "recorder")
In the command line. In the Toolbox you'll find the recorder tool. Choose a filename, and click start. After that, do the Granite Save action. You should prevent viewport clicks, because these will just be "pixel coordinates", so these are useless when playing back recordings.
When you're ready, click stop, and check the contents of the recoder file.
Jaap

jkramer 02-13-2015 12:03 AM

Re: Hello Everybody
 
By the way, Creo Direct is a completely different program than Creo Elements/Direct! Creo Direct (current version 3.0) is a young, "light" program based on Creo Parametric (Pro/Engineer). It has the .PRT an .ASM file format. At the moment it has no Sheetmetal or 2D-drawing capabilities, for example. Hidden from the user, it actually builds up Pro/E-feature history.
Creo Elements/Direct is the former CoCreate SolidDesigner / OneSpace Designer / OneSpace Modeling / CoCreate Modeling. It does not build a history.
Jaap


All times are GMT -8. The time now is 06:29 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.