prettyPixel
@prettypixel
New Member
Joined: Feb 14, 2024
Topics: 29 / Replies: 249
Reply
RE: Scripting an Edit poly Psuedo Booleen

I have just created a kind of ‘shape merge’ function create a plane named Plane01 convert it to poly create a circle named Circle01 adjust…

20 years ago
Forum
Reply
RE: Scripting an Edit poly Psuedo Booleen

After reflexion, it seems that It is not necessary to calculate the intersection with surface. The tool polyOp.cutFace seems already to do it. polyOp…

20 years ago
Forum
Reply
RE: Scripting an Edit poly Psuedo Booleen

If you start from an outline, that seems feasible. You transform your outline into a series of vertices. In the right order of course. You calculate t…

20 years ago
Forum
Reply
RE: Appending an array of numbers to a string

The zero is nothing, but the zero makes the difference. It’s the same with the size EDIT: nice function bobo

20 years ago
Forum
Reply
RE: Appending an array of numbers to a string

That’s nothing. Apparently nobody is interested by the zero.

20 years ago
Forum
Reply
RE: Appending an array of numbers to a string

hey guys, where is the zero of Vray_01 ? fn getFormatedString n nMax = ( nString=n as string dif=nMax-nString.count if dif>0 do ( addString=…

20 years ago
Forum
Reply
RE: Rotating "down"

I will be curious to know what you do if your points are those. [0,0,0] and [1,1,1] How do you find the famous plane that contains both and is vertica…

20 years ago
Forum
Reply
RE: Rotating "down"

You want to say the plan defined by the normal of the vector that passes by the first and last point ? The only thing to make is to define a quad bas…

20 years ago
Forum
Reply
RE: Unwrap: how to select shared vertices ?

I am rewriting my routines to access to the unwrap_uvw modifier… I am going to take advantage of it to include a function which selects shared vertice…

20 years ago
Forum
Reply
RE: Unwrap: how to select shared vertices ?

To select shared vertices, You should : 1- select TV vertices(=1) associated to the specified vertex. 2- select the vertices(=2) associed of these TV…

20 years ago
Forum
Reply
RE: How to create a surface starting from a cloud of points ?

I work at present on the method of Delauney. For the moment I encounter problems during the reconstruction of long concave faces. Wahooney: [l…

20 years ago
Forum
Reply
RE: How to create a surface starting from a cloud of points ?

Not exactly, but the points are all on a sphere. They are at the same distance that the center of the sphere. Maybe you see where I go

20 years ago
Forum
Reply
RE: How to create a surface starting from a cloud of points ?

hey thanks guys ! I read only now your 3 answers. antrent: I don’t think you have much chance of a ‘clean’ result. That is the problem whic…

20 years ago
Forum
Topic
Reply
RE: Function editor

Thanks for the script Are you trying to model mathematical functions ? This could be useful: GeoGebra.

20 years ago
Forum
Page 9 / 19