Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointTangent Class / Tangent Property

In This Topic
    Tangent Property (PointTangent)
    In This Topic
    Gets or sets the 3D tangent associated to this 3D point.
    Syntax
    'Declaration
     
    Public Property Tangent As Vector3D
    public Vector3D Tangent {get; set;}
    See Also