Get Project Path

<< Click to Display Table of Contents >>

Navigation:  PlantExpressTools > How to use > Functions for AutoLISP >

Get Project Path

Previous pageReturn to chapter overviewNext page

This chapter describes the variable and functions to get the project path.

AqaPetProjectPath

This is a variable which can be used like:

(setq pp AqaPetProjectPath)

AutoLISP 0001

Or like this:

AutoLISP 0002

AqaPetGetProjectPath

Then there is a function which returns the path. It can be used like this:

AutoLISP 0003

Or like this:

AutoLISP 0004

AqaPetAddToProjectPath

Finally, there is a function which accepts a path which should be added to the project path. It can be used like this:

AutoLISP 0005