Checks if this plane is parallel to a line.
"plane_var" is a variable referencing a Plane object.
|
"plane_var" is a variable referencing a Plane object.
|
Type | Description |
boolean | Returns true if the plane and line are parallel. |
Name | Type | Description |
line | Line3D | The line to compare with for parallelism. |