Parameters |
Description |
const OdGeLinearEnt3d& gLine |
[in] Input line to check for the intersection. |
OdGePoint3d* pptResult = NULL |
[out] (Optional) Resulting intersection point. |
bool* pbCoplanar = NULL |
[out] (Optional) Result of the coplanar check. |
true if this face and the specified line intersect, false otherwise.
Checks if the input line intersects this face and calculates the intersection point.
If the line is in the plane of this face, the method returns false and sets *pbCoplanar to true.
Copyright © 2002-2020. Open Design Alliance. All rights reserved.
|