Jump to content

Search the Community

Showing results for tags 'ucs problem'.

  • Search By Tags

    • ucs problem ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. I have a database of the 50 stars closest to the Sun. I wrote a program that translates Right Ascension and Declination into X,Y,Z coordinates on the "normal" UCS view. I created all stars in 3D, distances to scale (1m = 1Ly), stars as spheres 0.1Ly radius (so they are visible !) Now, I need to d...
  2. nathanaelbfw

    UCS lisp routines?

    Hi all! I have been learning lisp routines and am struggling to work out the one I need to rotate my model space. I have solved the routine for getting back to the original ucs setting: (defun c:EU nil (command "ucs" "w" "plan" "w") (princ)) The one that isn't working I think should loo...
  3. Try to check the image, porblem regarding the UCS. I will modify some of the file that was given to me, when I open the file, the axis is like this (the one drawn below, with the yellow X and Y axis), so i tried to change it using the UCS command, so I already changed the axis (same as the drawing...
  4. By mistake someone was defining on my team a UCS that has a "Z" axis not perpendicular to the World UCS, so everything that was drawn under this UCS is wrong and therefore not possible to fillet lines or flatten text and it is a major problem. All I need for the time being is an autolisp functio...
×
×
  • Create New...