SINTEF-Geometry / SISL

The SINTEF Spline Library
GNU Affero General Public License v3.0
178 stars 60 forks source link

Calculating area of surface #2

Closed yconst closed 10 years ago

yconst commented 10 years ago

First a big thanks is in order for a great library.

My question is, is there any command to calculate the area of a surface? If not, is there any other way of doing it?

Thanks.

tordokken commented 10 years ago

Hi,

I know that at some stage area calculations functions existed, but I think that they were not induced in the distribution due as they were not stable enough. One approach is to do subdivision, and calculate the area of the resulting triangulation. I think this was the approach followed, but it was slow.

Tor

From: yconst [mailto:notifications@github.com] Sent: 6. juli 2014 01:24 To: SINTEF-Geometry/SISL Subject: [SISL] Calculating area of surface (#2)

First a big thanks is in order for a great library.

My question is, is there any command to calculate the area of a surface? If not, is there any other way of doing it?

Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/SINTEF-Geometry/SISL/issues/2.

yconst commented 10 years ago

Thanks for the reply. I'll try this approach, since in my implementation I am deriving triangles already for drawing.

If I may take the chance to ask, what are future plans for extending SISL functionality?

Thanks

tordokken commented 10 years ago

Hi,

The extensions are done in GoTools, there you have CAD boundary structures, 3-variate volumes for Isogeometric Analysis and The novel Locally Refined B-splines.

Many of the algorithms of SISL are integrated in GoTools.

Tor

Sendt fra min iPhone

Den 17. juli 2014 kl. 16:03 skrev "yconst" notifications@github.com<mailto:notifications@github.com>:

Thanks for the reply. I'll try this approach, since in my implementation I am deriving triangles already for drawing.

If I may take the chance to ask, what are future plans for extending SISL functionality?

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/SINTEF-Geometry/SISL/issues/2#issuecomment-49310399.

yconst commented 10 years ago

Thanks I'll take a look at GoTools then.