Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FemJoint2DSurrogate Class / Rotation Property

In This Topic
    Rotation Property (FemJoint2DSurrogate)
    In This Topic
    The devDept.Eyeshot.Fem.Joint2D.rot as many single-dimension arrays.
    Syntax
    'Declaration
     
    Public Property Rotation As ProtoArray(Of Double)
    public ProtoArray<double> Rotation {get; set;}
    Remarks
    ProtoBuf-Net does not support serializing/deserializing multi-dimensional arrays.
    See Also