Parameters |
Description |
const OdGeCurve3d& curve1 |
[in] First curve to define a tangent arc. |
const OdGeCurve3d& curve2 |
[in] Second curve to define a tangent arc. |
double radius |
[in] Radius of arc. |
double& param1 |
[in] Parameter corresponding tangency point on curve1. |
double& param2 |
[in] Parameter corresponding tangency point on curve2. |
bool& success |
[out] Receives true if and only if the tan-tan-radius or tan-tan-tan curve could be constructed. If false, this arc is unmodified. |
Sets the parameters for this arc according to the arguments, and returns a reference to this arc.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|