Jump to content

Make surface from 3d points!


Margusrebase

Recommended Posts

Search here for "Triangulation" start with TriangV0.5.9.LSP by YMG there may be newer versions this goes back to 2014.

 

;; Version V0.5.8 ;

;; C:TIN, Generates Delaunay Triangulation and Voronoi Diagram. ;

;; C:CONT, Generates Contours from a sset of 3DFACES. ;

;; C:GEN, Generates a bunch of points for testing. ;

;; C:DEMOZ, Demo of locating yourself in a triangulation. ;

;; C:LBL, Generates Label on Major Contour at regular spacing. ;

;; C:FLBL, Generates Label on All Contours along Fence Lines. ;

;; C:DLBL, Generates Label Dynamically (Based on Alan JT routine) ;

;; C:PROF, Generates a Longitudinal Profile. ;

;; C:XSHAPE, (Chi-shape) Generates a concave boundary around triangulation ;

  • Like 1
Link to comment
Share on other sites

3DMAX handled it this way via 3DSOUT 3DSIN

 

(entmake 
 (list 
   (cons 0 "3DFACE")
   (cons 10 pt1)
   (cons 11 pt2)
   (cons 12 pt3)
   (cons 13 pt3)))

 

-David

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