create_line_segment¶
- sectionproperties.pre.bisect_section.create_line_segment(point_on_line: tuple[float, float] | npt.NDArray[np.float64], vector: npt.NDArray[np.float64], 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.