CircularArc3dSet(Curve3d, Curve3d, Double, Double, Double) Method

Sets parameters of this circular arc.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void Set(
        Curve3d curve1,
        Curve3d curve2,
        double radius,
        double param1,
        double param2
)

Parameters

curve1  Curve3d
[in] First curve to define a tangent arc.
curve2  Curve3d
[in] Second curve to define a tangent arc.
radius  Double
[in] Bulge distance.
param1  Double
[out] Receives the parameter corresponding to the tangent point on curve1.
param2  Double
[out] Receives the parameter corresponding to the tangent point on curve2.
Remarks
If the circular arc could not be constructed with the specified parameters, this arc remains unchanged.
See Also

©  Bricsys NV. All rights reserved.