A
pplication NotesSpacePipe
Subject: How can I start SpacePipe automatically everytime I start Creo Elements/Direct Modeling?
The following LISP code have to be written to a file called "sd_customize" in the directory
Directory_of_Creo_Elements_Direct_Modeling\personality\sd_customize
(create the file new, if it doesn't exist)
(use-package :oli)
(defun load_sp ()
(cd "C://temp//SpacePipe_17.50_for_Modeling18.00_64bit)
(load_dia :type :source :FILE "sp_start.lsp")
)
(load_sp)
Attention: The text written in red have to be modified according to your directory location