Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointWithDisplacement Class / Unknowns Property

In This Topic
    Unknowns Property
    In This Topic
    Gets or sets the node displacement (defined as double[3]).
    Syntax
    'Declaration
     
    Public Property Unknowns As Double()
    public double[] Unknowns {get; set;}
    See Also