Jump to content

extract vertices coordinate


idhoe

Recommended Posts

Hi,

I am a newbie to autocad 3D and really need help. I need to extract the mesh vertices coordinates, anyone knows how to do that? either using the built in commands or lisp code.

when working with 2D model, I can use point to get the coodinates of the nodes but in 3D, it is difficult to put a point in each of the vertex of the mesh

 

thanks a lot for the attention

Link to comment
Share on other sites

A way could be to point the vertices one by one -no need to insert points. To proced, set the osnap properly and enter in the command line MULTIPLEID

Click the vertices one by one. Press to finish, press F2 to bring up the text screen, select and copy the relevant part. Paste it in Notepad, edit the text (CTRL+H=find and replace) and you get a list of the vertices.

As a beginer in AutoCAD, are you familiar with Lisps?

Link to comment
Share on other sites

thanks folks for the reply,

actually i am working on the boundary element method computation and thinking to use autocad to create and meshing the models. the models coordinate will be then computed using fortran so actually i am dealing with many points or nodes which make it impossible to point them one by one. i am still not familiar with lisp code but wish to study about it. any suggestion to proceed on my problem?

Link to comment
Share on other sites

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...