mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Updated examples
This commit is contained in:
parent
2bbf418859
commit
b3383f2327
10 changed files with 24 additions and 41 deletions
|
|
@ -25,8 +25,7 @@ license:
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
"""
|
||||
from build123d.build123d_common import *
|
||||
from build123d.build_line import *
|
||||
from build123d import *
|
||||
|
||||
with BuildLine() as roller_coaster:
|
||||
powerup = Spline(
|
||||
|
|
@ -43,4 +42,3 @@ with BuildLine() as roller_coaster:
|
|||
|
||||
if "show_object" in locals():
|
||||
show_object(roller_coaster.line, name="roller_coaster")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue