From debe63c1afc4beeabc73fd5f34c24db67dc68188 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 12 Aug 2024 16:26:20 +0500 Subject: [PATCH] fix typo --- src/bcf/bcf/v2/visinfo.py | 4 ++-- src/bcf/bcf/v3/visinfo.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bcf/bcf/v2/visinfo.py b/src/bcf/bcf/v2/visinfo.py index 55502b480d..976cb02fd2 100644 --- a/src/bcf/bcf/v2/visinfo.py +++ b/src/bcf/bcf/v2/visinfo.py @@ -209,7 +209,7 @@ def build_viewpoint(element: entity_instance) -> mdl.VisualizationInfo: """ Return a BCF viewpoint of an IFC element. - This function is cached to speedudp the creation of multiple BCF topics regarding the same element. + This function is cached to speed up the creation of multiple BCF topics regarding the same element. Args: element: The IFC element to point at. @@ -235,7 +235,7 @@ def build_viewpoint_from_position_and_guids(position: NDArray[np.float64], *guid """ Return a BCF viewpoint of an IFC element. - This function is cached to speedudp the creation of multiple BCF topics regarding the same element. + This function is cached to speed up the creation of multiple BCF topics regarding the same element. Args: position: target point coordinates. diff --git a/src/bcf/bcf/v3/visinfo.py b/src/bcf/bcf/v3/visinfo.py index 1cfd08b22b..6eb2b933bd 100644 --- a/src/bcf/bcf/v3/visinfo.py +++ b/src/bcf/bcf/v3/visinfo.py @@ -209,7 +209,7 @@ def build_viewpoint(element: entity_instance) -> mdl.VisualizationInfo: """ Return a BCF viewpoint of an IFC element. - This function is cached to speedudp the creation of multiple BCF topics regarding the same element. + This function is cached to speed up the creation of multiple BCF topics regarding the same element. Args: element: The IFC element to point at. @@ -235,7 +235,7 @@ def build_viewpoint_from_position_and_guids(position: NDArray[np.float64], *guid """ Return a BCF viewpoint of an IFC element. - This function is cached to speedudp the creation of multiple BCF topics regarding the same element. + This function is cached to speed up the creation of multiple BCF topics regarding the same element. Args: position: target point coordinates.