mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
fix typo
This commit is contained in:
@@ -209,7 +209,7 @@ def build_viewpoint(element: entity_instance) -> mdl.VisualizationInfo:
|
|||||||
"""
|
"""
|
||||||
Return a BCF viewpoint of an IFC element.
|
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:
|
Args:
|
||||||
element: The IFC element to point at.
|
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.
|
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:
|
Args:
|
||||||
position: target point coordinates.
|
position: target point coordinates.
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ def build_viewpoint(element: entity_instance) -> mdl.VisualizationInfo:
|
|||||||
"""
|
"""
|
||||||
Return a BCF viewpoint of an IFC element.
|
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:
|
Args:
|
||||||
element: The IFC element to point at.
|
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.
|
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:
|
Args:
|
||||||
position: target point coordinates.
|
position: target point coordinates.
|
||||||
|
|||||||
Reference in New Issue
Block a user