create_line_segment#
- sectionproperties.pre.bisect_section.create_line_segment(point_on_line: tuple[float, float] | np.ndarray, vector: np.ndarray, bounds: tuple[float, float, float, float]) LineString[source]#
Create a line segment given a point, vector and bounds.
Return a LineString of a line that contains
point_on_linein the direction ofvectorbounded bybounds.