Results 1 to 4 of 4

Thread: torient command in lisp

  1. #1
    Member
    Join Date
    2007-11
    Posts
    4
    Login to Give a bone
    0

    Default torient command in lisp

    I am trying to include the torient function in a routine. torient works just fine at the command prompt but when placed in a routine it comes back as an unknown command. Does any body know the "full command" for this function that will work in a lisp routine.

  2. #2
    I could stop if I wanted to
    Join Date
    2007-08
    Posts
    201
    Login to Give a bone
    0

    Default Re: torient command in lisp

    Hi,

    You can use: (c:torient)

  3. #3
    Member
    Join Date
    2007-11
    Posts
    4
    Login to Give a bone
    0

    Default Re: torient command in lisp

    thanks a lot

  4. #4
    I could stop if I wanted to
    Join Date
    2005-09
    Location
    Canada
    Posts
    214
    Login to Give a bone
    0

    Default Re: torient command in lisp

    maybe this is more secure..

    Code:
    (if c:torient (c:torient ))
    désolé Gile

Similar Threads

  1. excel with lisp command
    By alpayelmas618196 in forum AutoLISP
    Replies: 1
    Last Post: 2015-03-27, 09:09 PM
  2. Using Torient
    By Borgster in forum AutoLISP
    Replies: 3
    Last Post: 2012-06-18, 01:00 PM
  3. Replies: 3
    Last Post: 2009-10-22, 10:19 PM
  4. Express Tools command Torient - Invalid point.
    By Richard McDonald in forum AutoCAD General
    Replies: 8
    Last Post: 2007-05-30, 09:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •