point dummys to face or mesh

hi friends
always thank you for good help
i need some help
i have many dummy points
i would like to connect that dummy ---> make face

pls can you help ~~

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
dussla's picture

wow wow unbelivable~

oh my god
very simple and perpect
wow wow wow

really thank you

you are genius

thank you

dussla's picture

hank you for reply

i have some point cloud 10 ~ 30 points
i would like to point clound to mesh
that is all ~~~

jahman's picture
dussla's picture

yes right ~

thank you for good info ~
that is difficult aprroach

jahman's picture

.

Actually it is the simplest way of meshing of a 2.5D "point cloud" available in max without any third-party plugins.

(
        -- select all helpers that you want to mesh and run the script
        -- splines are created at pivot point position of selected objects
        -- then these splines are used in Terrain compound object to create the mesh
 
	max create mode
	shp = SplineShape()
	for s in selection do
	(
		index = addNewSpline shp
		addKnot shp index #corner #line s.pos
		addKnot shp index #corner #line s.pos	
	)
	updateShape shp
 
	terr = Terrain isSelected:true
	terrainOps.addOperand terr shp
)
dussla's picture

oh my god

oh my god
very simple and perpect
wow wow wow

really thank you

you are genius

thank you

titane357's picture

Hi, Jahman. Are you aware

Hi, Jahman.
Are you aware that I search for such a script for 10 years !!!!!
11 lines !!!!
I always needed to go to meshlab !!!!!
Thank you very much !!! :-)

jahman's picture

.

DMZScripts's picture

Could you be a bit more clear

Could you be a bit more clear in what you need?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.