3D co-ordinates

Discussion in 'AutoCAD' started by Kieren, Jun 2, 2004.

  1. Kieren

    Kieren Guest

    Can someone please tell me if:

    (car InsPt) = X direction, and
    (cadr InsPt) = Y direction,

    what do I use for Z direction?
    (tyring to determine 3D insertion point in real world cordinates)

    Many thanks,

    ..::KIEREN::..
     
    Kieren, Jun 2, 2004
    #1
  2. Kieren

    ECCAD Guest

    (caddr InsPt)

    Bob
     
    ECCAD, Jun 2, 2004
    #2
  3. Kieren

    David Bethel Guest

    If you find the c..a..r..d.. stuff confusing ( which I do ) , there is
    always the (nth) function

    (nth 0 InsPt) = X
    (nth 1 InsPt) = Y
    (nth 2 InsPt) = Z

    -David
     
    David Bethel, Jun 2, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.