Skip to content

Commit

Permalink
Fix: changed comments of cs_nv
Browse files Browse the repository at this point in the history
  • Loading branch information
OberGue committed Sep 16, 2024
1 parent 255b874 commit 4207da0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/show_swept.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# 3. create a rectangular 2D-surface-cross-section
cross_section_plate = splinepy.helpme.create.box(1, 1).nurbs

# user can define the normal vector of the cross section, in case
# the cross section is not planar in the x-y plane (or the user
# wants crooked sweeping)
# Define a custom normal vector for the cross-section when:
# a) The cross-section is not planar in the x-y plane, or
# b) Crooked sweeping is desired
cs_nv = np.array([1, 0, 1])

### SWEEP ###
Expand Down

0 comments on commit 4207da0

Please sign in to comment.