PlaneIntersect
|
| Name | Description | |
|---|---|---|
| IntersectWith(BoundedPlane) | Returns the intersection line segment if the specified bounded plane intersects with this plane. | |
| IntersectWith(LinearEntity3d) | Calculates an intersection point with the specified line. | |
| IntersectWith(Plane) | Returns the intersection line segment if the specified plane intersects with this plane. | |
| IntersectWith(BoundedPlane, Tolerance) | Returns the intersection line segment if the specified bounded plane intersects with this plane according to a geometric tolerance. | |
| IntersectWith(LinearEntity3d, Tolerance) | Calculates an intersection point with the specified line. | |
| IntersectWith(Plane, Tolerance) | Returns the intersection line segment if the specified plane intersects with this plane according to a geometric tolerance. |