discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

BOSL vnf boundries

JW
Joe Weinpert
Thu, May 12, 2022 10:48 PM

I know that pointlist_bounds() is good for a point array because I use it
a lot.

But how can a bounding array be created from a vnf array?

I know that *pointlist_bounds()* is good for a point array because I use it a lot. But how can a bounding array be created from a vnf array?
JW
Joe Weinpert
Thu, May 12, 2022 11:08 PM

oops .. nevermind ... I got it

bounds = pointlist_bounds( vnf[0] );

On Thu, May 12, 2022 at 6:48 PM Joe Weinpert joe.weinpert@gmail.com wrote:

I know that pointlist_bounds() is good for a point array because I use
it a lot.

But how can a bounding array be created from a vnf array?

oops .. nevermind ... I got it bounds = pointlist_bounds( vnf[0] ); On Thu, May 12, 2022 at 6:48 PM Joe Weinpert <joe.weinpert@gmail.com> wrote: > I know that *pointlist_bounds()* is good for a point array because I use > it a lot. > > But how can a bounding array be created from a vnf array? > > >
AM
Adrian Mariano
Thu, May 12, 2022 11:08 PM

You could run pointlist_bounds on vnf[0] or you could run it on
vnf_vertices(vnf) if you prefer.

On Thu, May 12, 2022 at 6:48 PM Joe Weinpert joe.weinpert@gmail.com wrote:

I know that pointlist_bounds() is good for a point array because I use it a lot.

But how can a bounding array be created from a vnf array?


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

You could run pointlist_bounds on vnf[0] or you could run it on vnf_vertices(vnf) if you prefer. On Thu, May 12, 2022 at 6:48 PM Joe Weinpert <joe.weinpert@gmail.com> wrote: > > I know that pointlist_bounds() is good for a point array because I use it a lot. > > But how can a bounding array be created from a vnf array? > > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
JW
Joe Weinpert
Thu, May 12, 2022 11:12 PM

Yes.  For sure.  I gotta try more things before asking a question!

On Thu, May 12, 2022 at 7:09 PM Adrian Mariano avm4@cornell.edu wrote:

You could run pointlist_bounds on vnf[0] or you could run it on
vnf_vertices(vnf) if you prefer.

On Thu, May 12, 2022 at 6:48 PM Joe Weinpert joe.weinpert@gmail.com
wrote:

I know that pointlist_bounds() is good for a point array because I use

it a lot.

But how can a bounding array be created from a vnf array?


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Yes. For sure. I gotta try more things before asking a question! On Thu, May 12, 2022 at 7:09 PM Adrian Mariano <avm4@cornell.edu> wrote: > You could run pointlist_bounds on vnf[0] or you could run it on > vnf_vertices(vnf) if you prefer. > > On Thu, May 12, 2022 at 6:48 PM Joe Weinpert <joe.weinpert@gmail.com> > wrote: > > > > I know that pointlist_bounds() is good for a point array because I use > it a lot. > > > > But how can a bounding array be created from a vnf array? > > > > > > _______________________________________________ > > OpenSCAD mailing list > > To unsubscribe send an email to discuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >