Autodesk.AutoCAD.Geometry Namespace > LineSegment3d Class > LineSegment3d Methods > Set Method > Set(Curve3d, Point3d, double) Method
LineSegment3d.Set(Curve3d, Point3d, double) Method
Description

 

Changes the definition of the line segment so that the line segment passes through the input point and is tangent to the input curve. The curve must be planar and the input point must lie on the plane of the curve. On input, parameter is assumed to contain an initial guess value to the parameter of the tangent point.

Visual Basic
Public Function Set(
    curve As Curve3d, 
    point As Point3d, 
    parameter As double
) As void
C#
public void Set(
    Curve3d curve, 
    Point3d point, 
    double parameter
);
Parameters
Parameters 
Description 
Curve3d curve 
Input any 3D curve 
Point3d point 
Input any 3D point 
double parameter 
Input point on curve where line segment is tangent to curve 
Links
   Comments?