pyleecan.Methods.Geometry.Segment.intersect_obj module

intersect_obj(self, other, is_on_line=True)[source]

Find the intersection points between this line and another line object

Parameters:
  • self (Segment) – A Segment object

  • other (Line) – The other line object to intersect

  • is_on_line (bool) – True to return only points that are on both Line objects

Returns:

Z_list – Complex coordinates of the intersection (if any)

Return type:

list