tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

add shortcut to gus.show #245

Closed j042 closed 1 year ago

j042 commented 1 year ago

Overview

often, I need to import gustaf separately just to use gus.show() let's save that step

Showcase

A short / one-liner example to highlight the (new) feature

import splinepy

splinepy.show(splinepy.helpme.create.surface_circle(12), splinepy.helpme.create.box(1,2,3))

Checklists

j042 commented 1 year ago

"aye"