Skip to content

Commit

Permalink
GH-114 Document meaning of unset offset_w
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Oct 5, 2021
1 parent 022cb6f commit ab35825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omf/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ class TensorGridSurface(BaseSurfaceElement): # pylint: disable=R0901
length=1,
)
offset_w = ArrayInstanceProperty(
"Node offset",
"Node offset normal to the plane defined by axis_u and axis_v; "
"if unset, the surface is flat",
shape=("*",),
dtype=float,
required=False,
Expand Down

0 comments on commit ab35825

Please sign in to comment.