misspellings with outer_boundary

This commit is contained in:
Ryan Schultz
2022-11-25 12:29:00 -06:00
committed by Dion Moult
parent 386205cde7
commit 6ba56fdf35
@@ -29,9 +29,9 @@ class Usecase:
or more inner boundaries (such as for windows), and a positional matrix or more inner boundaries (such as for windows), and a positional matrix
for the orientation of the plane. for the orientation of the plane.
:param rel_space_bounary: The space boundary relationship to assign the :param rel_space_boundary: The space boundary relationship to assign the
connection geometry to. connection geometry to.
:type rel_space_bounary: ifcopenshell.entity_instance.entity_instance :type rel_space_boundary: ifcopenshell.entity_instance.entity_instance
:param outer_boundary: A list of 2D points representing an open :param outer_boundary: A list of 2D points representing an open
polyline. The last point will connect to the first point. Each polyline. The last point will connect to the first point. Each
point is represented by an interable of 2 floats. The coordinates of point is represented by an interable of 2 floats. The coordinates of
@@ -71,7 +71,7 @@ class Usecase:
""" """
self.file = file self.file = file
self.rel_space_boundary = rel_space_boundary self.rel_space_boundary = rel_space_boundary
self.outer_boundary = outer_bounary self.outer_boundary = outer_boundary
self.inner_boundaries = inner_boundaries or () self.inner_boundaries = inner_boundaries or ()
self.location = location self.location = location
self.axis = axis self.axis = axis