Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / InitialPoint Class / CurveTangent Property

In This Topic
    CurveTangent Property
    In This Topic
    Gets or set the tangent of the curve in Curve - Surface intersection.
    Syntax
    'Declaration
     
    Public Property CurveTangent As Vector3D
    public Vector3D CurveTangent {get; set;}
    See Also