David Bethel Posted February 27, 2009 Posted February 27, 2009 Invalid ratvertex[0] Invalid ratvertex[-1] Invalid ratvertex[-2] Invalid ratvertex[-3] These are an error / warning I'm getting after creating a 3d mesh. Anyone have a clue as to what it means? -David Quote
shift1313 Posted February 27, 2009 Posted February 27, 2009 ive never seen that error before but i would guess there is an issue that your 3d polys arent meeting at the vertex's. Quote
David Bethel Posted February 27, 2009 Author Posted February 27, 2009 I've track it down to the warning shows up after a ZOOM "_E of all things After "7" & Before "8" ???? (if wcs_origin (setq mx 0.0) (progn (command "_.LAYER" "_F" "3*,4*,5*,6*,7*,8*" "") (breakm "7") (command "_.ZOOM" "_E") (breakm "8") (setq mx (car (getvar "EXTMAX"))) (breakm "9") )) -David Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.