Creates an infinite line at the intersection of this plane with another plane.
"plane_var" is a variable referencing a Plane object.
|
"plane_var" is a variable referencing a Plane object.
|
Type | Description |
InfiniteLine3D | Returns an InfiniteLine3D object or null if the planes do not intersect (are parallel). |
Name | Type | Description |
plane | Plane | The plane to intersect with. |