Parameters |
Description |
const OdGeCurve2d& curve1 |
[in] First 2D curve to which a constructed line segment must be tangent. |
const OdGeCurve2d& curve2 |
[in] Second 2D curve to which a constructed line segment must be tangent. |
double& param1 |
[in] Point on curve1 where this line segment is tangent to curve1 |
double& param2 |
[in] Point on curve2 where this line segment is tangent to curve2 |
bool& success |
[out] Receives true if and only if the tangent was constructed. If false, this line segment is unchanged. |
Sets the parameters for this line according to the arguments, and returns a reference to this line.
curve1 and curve2 construct a tangent line segment between curve1 and curve2. param1 and param2 are the approximate tangent points on curve1 and curve2, respectively.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|