Message 1 of 4

Not applicable
01-28-2021
06:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I've been trying to make 3dface in this way in AutoCAD 2021 version.
(defun c:MyTest()
(setq p0 (list 168783.0 242367.0 1000.0))
(setq p1 (list 154752.0 264514.0 750.0))
(setq p2 (list 133763.0 247150.0 500.0))
(command "3dface" p0 p1 p2 "" "")
)
However, when I run MyTest I found some vertices' Z coordinate become zero.
The picture shows that 3rd point's Z coordinate becomes zero.
It is very weird to me... 😞
I've been stuck in this issue for a week.. please help me.
Thanks in advance!
Solved! Go to Solution.