Jump to content

Recommended Posts

Posted

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

Posted

ive never seen that error before but i would guess there is an issue that your 3d polys arent meeting at the vertex's.

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...