Autodesk Survey Products
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Looking for "Command Codes list" ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
1621 Views, 2 Replies
02-05-2010 08:49 AM
Hello,
I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
Thanks,
Brad
I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
Thanks,
Brad
*Laurie
Re: Looking for "Command Codes list" ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-05-2010 11:45 AM in reply to:
bclayt
Hi Brad,
Start by using lisp to find the Acad.pgp file you are using.
(findfile "Acad.pgp")
Open the file file a text editor and read it.
Regards,
Laurie Comerford
bclayt wrote:
> Hello,
>
> I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
>
> Thanks,
>
> Brad
>
Start by using lisp to find the Acad.pgp file you are using.
(findfile "Acad.pgp")
Open the file file a text editor and read it.
Regards,
Laurie Comerford
bclayt wrote:
> Hello,
>
> I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
>
> Thanks,
>
> Brad
>
*Laurie
Re: Looking for "Command Codes list" ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-05-2010 12:24 PM in reply to:
bclayt
Hi,
Just discovered that the Express Tools has a command:
[Express][Tools][Command Alias Editor]
which opens some ridiculously tiny forms to help edit the file.
There is also another useful tool there:
[Express][Tools][System variable Editor] which not only enable you to
edit the variables, but also to save and restore a settings status.
Regards,
Laurie Comerford
Laurie wrote:
> Hi Brad,
>
> Start by using lisp to find the Acad.pgp file you are using.
>
> (findfile "Acad.pgp")
>
> Open the file file a text editor and read it.
>
>
> Regards,
>
>
> Laurie Comerford
>
> bclayt wrote:
>
>> Hello,
>>
>> I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
>>
>> Thanks,
>>
>> Brad
>>
>>
Just discovered that the Express Tools has a command:
[Express][Tools][Command Alias Editor]
which opens some ridiculously tiny forms to help edit the file.
There is also another useful tool there:
[Express][Tools][System variable Editor] which not only enable you to
edit the variables, but also to save and restore a settings status.
Regards,
Laurie Comerford
Laurie wrote:
> Hi Brad,
>
> Start by using lisp to find the Acad.pgp file you are using.
>
> (findfile "Acad.pgp")
>
> Open the file file a text editor and read it.
>
>
> Regards,
>
>
> Laurie Comerford
>
> bclayt wrote:
>
>> Hello,
>>
>> I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
>>
>> Thanks,
>>
>> Brad
>>
>>

