A
pplication NotesSolidGenius
Subject: How can I start SolidGenius automatically everytime I start CoCreate Modeling?
The following LISP code have to be written to a file called "sd_customize" in the directory
Directory_of_CoCreate_Modeling\personality\sd_customize
(create the file new, if it doesnt exist)
(use-package :oli)
(defun load_sg ()
(cd "C://temp//SolidGenius_V14.54_for_OSDM_15.00")
(load_dia :type :source :FILE "start_sg.lsp")
)
(load_sg)
Attention: The text written in red have to be modified according to your directory location