Margusrebase Posted October 18, 2017 Posted October 18, 2017 Hi, Is it possible to great autolisp that can make 3d surface from 3d points? All the best, Margus Quote
David Bethel Posted October 18, 2017 Posted October 18, 2017 Do you need a 3DFACE or a 3DSOLID ? Quote
BIGAL Posted October 18, 2017 Posted October 18, 2017 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 ; 1 Quote
David Bethel Posted October 18, 2017 Posted October 18, 2017 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 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.