get_edges_on_bounding_box#
- Modeler3D.get_edges_on_bounding_box(assignment, return_colinear=True, tolerance=1e-06)[source]#
Retrieve the edges of the sheets passed in the input that are lying on the bounding box.
This method creates new lines for the detected edges and returns the IDs of these lines. If required, only colinear edges are returned.
- Parameters:
- Returns:
list
List of edge IDs lying on the bounding box.