Search the Community
Showing results for tags 'ucs problem'.
-
ACAD 2010 Drawing ellipse in a 3D 3point plane?
just_jr posted a topic in AutoCAD Drawing Management & Output
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... -
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...
- 5 replies
-
- ucs
- model space
-
(and 1 more)
Tagged with:
-
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...
-
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...