Parameters |
Description |
const OdGeCurve3d& curve |
[in] A curve to which a line segment will be tangent. |
const OdGePoint3d& point |
[in] A 3D point through which a line segment passes. |
double& param |
[in] A point on curve where line segment is tangent to curve. |
bool& success |
[out] Indicates that tangent line was computed successfully. If false, the line segment does not change. |
Reference to this OdGeLineSeg3d object.
Sets the parameters for this line segment according to the arguments and returns a reference to this line segment.
The point must lie on the plane of the curve and the curve must be planar.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|